/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 | 359 parms->qp_handle.handle = outs[0]; in hipz_h_alloc_resource_qp() 382 parms->qp_handle.handle, /* r5 */ in hipz_h_alloc_resource_qp() 526 const struct ipz_qp_handle qp_handle, in hipz_h_register_rpage_qp() argument 540 qp_handle.handle, logical_address_of_page, in hipz_h_register_rpage_qp() 545 const struct ipz_qp_handle qp_handle, in hipz_h_disable_and_get_wqe() argument 557 qp_handle.handle, /* r6 */ in hipz_h_disable_and_get_wqe() 568 const struct ipz_qp_handle qp_handle, in hipz_h_modify_qp() argument 578 qp_handle.handle, /* r5 */ in hipz_h_modify_qp() 590 const struct ipz_qp_handle qp_handle, in hipz_h_query_qp() argument 597 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 | 721 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 | 382 const u64 qp_handle, const u64 sel_mask, 387 const u64 qp_handle, 403 u64 *qp_handle, struct h_epas *h_epas); 418 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 | 92 wr->qp_handle = qp->adapter_handle; in c2_llp_connect() 324 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() 505 qp->adapter_handle = reply->qp_handle; in c2_alloc_qp()
|
/drivers/infiniband/core/ |
D | uverbs_cmd.c | 239 static struct ib_qp *idr_read_qp(int qp_handle, struct ib_ucontext *context) in idr_read_qp() argument 241 return idr_read_obj(&ib_uverbs_qp_idr, qp_handle, context, 0); in idr_read_qp() 244 static struct ib_qp *idr_write_qp(int qp_handle, struct ib_ucontext *context) in idr_write_qp() argument 248 uobj = idr_write_uobj(&ib_uverbs_qp_idr, qp_handle, context); in idr_write_qp() 1505 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_create_qp() 1621 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_open_qp() 1674 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_query_qp() 1787 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_modify_qp() 1875 uobj = idr_write_uobj(&ib_uverbs_qp_idr, cmd.qp_handle, file->ucontext); in ib_uverbs_destroy_qp() 1941 qp = idr_read_qp(cmd.qp_handle, file->ucontext); in ib_uverbs_post_send() [all …]
|