/drivers/infiniband/hw/efa/ |
D | efa_com_cmd.c | 52 res->qp_handle = cmd_completion.qp_handle; in efa_com_create_qp() 73 cmd.qp_handle = params->qp_handle; in efa_com_modify_qp() 89 cmd.qp_handle, cmd.modify_mask, err); in efa_com_modify_qp() 106 cmd.qp_handle = params->qp_handle; in efa_com_query_qp() 116 cmd.qp_handle, err); in efa_com_query_qp() 137 qp_cmd.qp_handle = params->qp_handle; in efa_com_destroy_qp() 147 qp_cmd.qp_handle, err); in efa_com_destroy_qp()
|
D | efa_com_cmd.h | 33 u32 qp_handle; member 44 u32 qp_handle; member 53 u32 qp_handle; member 64 u32 qp_handle; member
|
D | efa_admin_cmds_defs.h | 164 u32 qp_handle; member 202 u32 qp_handle; member 236 u32 qp_handle; member 267 u32 qp_handle; member
|
D | efa_verbs.c | 373 params.qp_handle = qp->qp_handle; in efa_query_qp() 481 static int efa_destroy_qp_handle(struct efa_dev *dev, u32 qp_handle) in efa_destroy_qp_handle() argument 483 struct efa_com_destroy_qp_params params = { .qp_handle = qp_handle }; in efa_destroy_qp_handle() 495 err = efa_destroy_qp_handle(dev, qp->qp_handle); in efa_destroy_qp() 746 qp->qp_handle = create_qp_resp.qp_handle; in efa_create_qp() 771 efa_destroy_qp_handle(dev, create_qp_resp.qp_handle); in efa_create_qp() 847 params.qp_handle = qp->qp_handle; in efa_modify_qp()
|
D | efa.h | 104 u32 qp_handle; member
|
/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 123 const u64 qp_handle, const u64 sel_mask, void *cb_addr) in ehea_h_query_ehea_qp() argument 128 qp_handle, /* R6 */ in ehea_h_query_ehea_qp() 200 u64 *qp_handle, struct h_epas *h_epas) in ehea_h_alloc_resource_qp() argument 255 *qp_handle = outs[0]; in ehea_h_alloc_resource_qp() 391 const u64 qp_handle, const u64 sel_mask, in ehea_h_modify_ehea_qp() argument 402 qp_handle, /* R6 */ in ehea_h_modify_ehea_qp() 455 u64 ehea_h_disable_and_get_hea(const u64 adapter_handle, const u64 qp_handle) in ehea_h_disable_and_get_hea() argument 463 qp_handle, /* R6 */ in ehea_h_disable_and_get_hea()
|
D | ehea_phyp.h | 348 const u64 qp_handle, const u64 sel_mask, 353 const u64 qp_handle, 369 u64 *qp_handle, struct h_epas *h_epas); 384 u64 ehea_h_disable_and_get_hea(const u64 adapter_handle, const u64 qp_handle);
|
/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_qp.c | 382 qp->qp_handle = resp->qpn; in pvrdma_create_qp() 386 dev->qp_tbl[qp->qp_handle % dev->dsr->caps.max_qp] = qp; in pvrdma_create_qp() 419 dev->qp_tbl[qp->qp_handle] = NULL; in pvrdma_free_qp() 454 cmd->qp_handle = vqp->qp_handle; in pvrdma_destroy_qp() 531 cmd->qp_handle = qp->qp_handle; in pvrdma_modify_qp() 815 pvrdma_write_uar_qp(dev, PVRDMA_UAR_QP_SEND | qp->qp_handle); in pvrdma_post_send() 902 pvrdma_write_uar_qp(dev, PVRDMA_UAR_QP_RECV | qp->qp_handle); in pvrdma_post_recv() 941 cmd->qp_handle = qp->qp_handle; in pvrdma_query_qp()
|
D | pvrdma_dev_api.h | 586 u32 qp_handle; member 593 u32 qp_handle; member 604 u32 qp_handle; member
|
D | pvrdma_cq.c | 302 if ((curr_cqe->qp & 0xFFFF) != qp->qp_handle) { in _pvrdma_flush_cqe()
|
D | pvrdma.h | 183 u32 qp_handle; member
|
/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.c | 739 req.qp_handle = cpu_to_le64(qp->qp_handle); in bnxt_qplib_create_qp1() 844 rcfw->qp_tbl[qp->id].qp_handle = (void *)qp; in bnxt_qplib_create_qp1() 882 req.qp_handle = cpu_to_le64(qp->qp_handle); in bnxt_qplib_create_qp() 1071 rcfw->qp_tbl[qp->id].qp_handle = (void *)qp; in bnxt_qplib_create_qp() 1393 if (qp == le64_to_cpu(cqe->qp_handle)) in __clean_cq() 1394 cqe->qp_handle = 0; in __clean_cq() 1403 if (qp == le64_to_cpu(cqe->qp_handle)) in __clean_cq() 1404 cqe->qp_handle = 0; in __clean_cq() 1423 rcfw->qp_tbl[qp->id].qp_handle = NULL; in bnxt_qplib_destroy_qp() 1432 rcfw->qp_tbl[qp->id].qp_handle = qp; in bnxt_qplib_destroy_qp() [all …]
|
D | qplib_rcfw.h | 223 void *qp_handle; /* ptr to qplib_qp */ member 298 void bnxt_qplib_mark_qp_error(void *qp_handle);
|
D | qplib_fp.h | 257 u64 qp_handle; member 356 u64 qp_handle; member
|
D | roce_hsi.h | 463 __le64 qp_handle; member 496 __le64 qp_handle; member 545 __le64 qp_handle; member 682 __le64 qp_handle; member 738 __le64 qp_handle; member 1017 __le64 qp_handle; member 1597 __le64 qp_handle; member
|
D | ib_verbs.c | 866 qplib_qp->qp_handle = ureq.qp_handle; in bnxt_re_init_user_qp() 957 qp->qplib_qp.qp_handle = (u64)(unsigned long)(&qp->qplib_qp); in bnxt_re_create_shadow_qp() 1027 qp->qplib_qp.qp_handle = (u64)(unsigned long)(&qp->qplib_qp); in bnxt_re_create_qp() 3165 (unsigned long)(cqe->qp_handle), in bnxt_re_poll_cq()
|
D | qplib_rcfw.c | 309 qp = rcfw->qp_tbl[qp_id].qp_handle; in bnxt_qplib_process_qp_event()
|
/drivers/infiniband/hw/qedr/ |
D | qedr_hsi_rdma.h | 44 struct regpair qp_handle; member 69 struct regpair qp_handle; member 85 struct regpair qp_handle; member
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_rdma.h | 109 struct regpair qp_handle; member
|
D | qed_roce.c | 334 p_ramrod->qp_handle_for_cqe.hi = cpu_to_le32(qp->qp_handle.hi); in qed_roce_sp_create_responder() 335 p_ramrod->qp_handle_for_cqe.lo = cpu_to_le32(qp->qp_handle.lo); in qed_roce_sp_create_responder() 464 p_ramrod->qp_handle_for_cqe.hi = cpu_to_le32(qp->qp_handle.hi); in qed_roce_sp_create_requester() 465 p_ramrod->qp_handle_for_cqe.lo = cpu_to_le32(qp->qp_handle.lo); in qed_roce_sp_create_requester()
|
D | qed_rdma.c | 1289 qp->qp_handle.hi = cpu_to_le32(in_params->qp_handle_hi); in qed_rdma_create_qp() 1290 qp->qp_handle.lo = cpu_to_le32(in_params->qp_handle_lo); in qed_rdma_create_qp()
|
D | qed_iwarp.c | 281 p_ramrod->qp_handle_for_cqe.hi = cpu_to_le32(qp->qp_handle.hi); in qed_iwarp_create_qp() 282 p_ramrod->qp_handle_for_cqe.lo = cpu_to_le32(qp->qp_handle.lo); in qed_iwarp_create_qp()
|
/drivers/infiniband/core/ |
D | uverbs_cmd.c | 1462 resp.base.qp_handle = obj->uevent.uobject.id; in create_qp() 1613 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_open_qp() 1677 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_query_qp() 1781 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd->base.qp_handle, in modify_qp() 1986 uobj = uobj_get_destroy(UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_destroy_qp() 2043 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_post_send() 2319 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_post_recv() 2504 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_attach_mcast() 2553 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_detach_mcast() 3254 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_ex_create_flow()
|
/drivers/infiniband/hw/i40iw/ |
D | i40iw_user.h | 265 i40iw_qp_handle qp_handle; member
|
D | i40iw_uk.c | 802 info->qp_handle = (i40iw_qp_handle)(unsigned long)qp; in i40iw_cq_poll_completion()
|