[go: nahoru, domu]

Searched refs:cq_handle (Results 1 - 8 of 8) sorted by relevance

/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c351 cq->adapter_handle = reply->cq_handle;
415 wr.cq_handle = cq->adapter_handle;
H A Dc2_wr.h456 u32 cq_handle; member in struct:c2wr_cq_create_rep
467 u32 cq_handle; member in struct:c2wr_cq_modify_req
484 u32 cq_handle; member in struct:c2wr_cq_destroy_req
/drivers/infiniband/hw/ehca/
H A Dhcp_if.h118 const struct ipz_cq_handle cq_handle,
H A Dhcp_if.c487 const struct ipz_cq_handle cq_handle,
501 cq_handle.handle, logical_address_of_page,
486 hipz_h_register_rpage_cq(const struct ipz_adapter_handle adapter_handle, const struct ipz_cq_handle cq_handle, struct ehca_pfcq *pfcq, const u8 pagesize, const u8 queue_type, const u64 logical_address_of_page, const u64 count, const struct h_galpa gal) argument
/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c312 u64 *cq_handle, struct h_epas *epas)
326 *cq_handle = outs[0];
310 ehea_h_alloc_resource_cq(const u64 adapter_handle, struct ehea_cq_attr *cq_attr, u64 *cq_handle, struct h_epas *epas) argument
H A Dehea_phyp.h378 u64 *cq_handle, struct h_epas *epas);
/drivers/infiniband/core/
H A Duverbs_cmd.c218 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) argument
220 return idr_read_obj(&ib_uverbs_cq_idr, cq_handle, context, nested);
1360 resp.cq_handle = obj->uobject.id;
1411 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
1472 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
1518 cq = idr_read_cq(cmd.cq_handle, file->ucontext, 0);
1545 uobj = idr_write_uobj(&ib_uverbs_cq_idr, cmd.cq_handle, file->ucontext);
2966 attr.ext.xrc.cq = idr_read_cq(cmd->cq_handle, file->ucontext, 0);
H A Duverbs_main.c447 entry->desc.comp.cq_handle = cq->uobject->user_handle;

Completed in 104 milliseconds