/drivers/infiniband/hw/ehca/ |
D | hcp_if.h | 127 const struct ipz_qp_handle qp_handle, 136 const struct ipz_qp_handle qp_handle, 148 const struct ipz_qp_handle qp_handle, 155 const struct ipz_qp_handle qp_handle, 164 const struct ipz_qp_handle qp_handle, 169 const struct ipz_qp_handle qp_handle, 175 const struct ipz_qp_handle qp_handle, 181 const struct ipz_qp_handle qp_handle,
|
D | hcp_if.c | 339 parms->qp_handle.handle = outs[0]; in hipz_h_alloc_resource_qp() 362 parms->qp_handle.handle, /* r5 */ in hipz_h_alloc_resource_qp() 506 const struct ipz_qp_handle qp_handle, in hipz_h_register_rpage_qp() argument 520 qp_handle.handle, logical_address_of_page, in hipz_h_register_rpage_qp() 525 const struct ipz_qp_handle qp_handle, in hipz_h_disable_and_get_wqe() argument 537 qp_handle.handle, /* r6 */ in hipz_h_disable_and_get_wqe() 548 const struct ipz_qp_handle qp_handle, in hipz_h_modify_qp() argument 558 qp_handle.handle, /* r5 */ in hipz_h_modify_qp() 570 const struct ipz_qp_handle qp_handle, in hipz_h_query_qp() argument 577 qp_handle.handle, /* r5 */ in hipz_h_query_qp() [all …]
|
D | ehca_classes.h | 474 struct ipz_qp_handle qp_handle; member
|
D | ehca_qp.c | 717 my_qp->ipz_qp_handle = parms.qp_handle; in internal_create_qp()
|
/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 137 const u64 qp_handle, const u64 sel_mask, void *cb_addr) in ehea_h_query_ehea_qp() argument 142 qp_handle, /* R6 */ in ehea_h_query_ehea_qp() 214 u64 *qp_handle, struct h_epas *h_epas) in ehea_h_alloc_resource_qp() argument 269 *qp_handle = outs[0]; in ehea_h_alloc_resource_qp() 405 const u64 qp_handle, const u64 sel_mask, in ehea_h_modify_ehea_qp() argument 416 qp_handle, /* R6 */ in ehea_h_modify_ehea_qp() 469 u64 ehea_h_disable_and_get_hea(const u64 adapter_handle, const u64 qp_handle) in ehea_h_disable_and_get_hea() argument 477 qp_handle, /* R6 */ in ehea_h_disable_and_get_hea()
|
D | ehea_phyp.h | 362 const u64 qp_handle, const u64 sel_mask, 367 const u64 qp_handle, 383 u64 *qp_handle, struct h_epas *h_epas); 398 u64 ehea_h_disable_and_get_hea(const u64 adapter_handle, const u64 qp_handle);
|
/drivers/infiniband/hw/amso1100/ |
D | c2_wr.h | 622 u32 qp_handle; member 633 u32 qp_handle; member 669 u32 qp_handle; member 700 u32 qp_handle; member 723 u32 qp_handle; member 1341 u32 qp_handle; /* QP to bind to this LLP conn */ member
|
D | c2_cm.c | 96 wr->qp_handle = qp->adapter_handle; in c2_llp_connect() 332 wr->qp_handle = qp->adapter_handle; in c2_llp_accept()
|
D | c2_qp.c | 157 wr.qp_handle = qp->adapter_handle; in c2_qp_modify() 268 wr.qp_handle = qp->adapter_handle; in c2_qp_set_read_limits() 324 wr.qp_handle = qp->adapter_handle; in destroy_qp() 507 qp->adapter_handle = reply->qp_handle; in c2_alloc_qp()
|
/drivers/infiniband/core/ |
D | uverbs_cmd.c | 238 static struct ib_qp *idr_read_qp(int qp_handle, struct ib_ucontext *context) in idr_read_qp() argument 240 return idr_read_obj(&ib_uverbs_qp_idr, qp_handle, context, 0); in idr_read_qp() 243 static struct ib_qp *idr_write_qp(int qp_handle, struct ib_ucontext *context) in idr_write_qp() argument 247 uobj = idr_write_uobj(&ib_uverbs_qp_idr, qp_handle, context); in idr_write_qp() 1716 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_create_qp() 1837 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_open_qp() 1892 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_query_qp() 2005 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_modify_qp() 2097 uobj = idr_write_uobj(&ib_uverbs_qp_idr, cmd.qp_handle, file->ucontext); in ib_uverbs_destroy_qp() 2166 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_post_send() [all …]
|