Home
last modified time | relevance | path

Searched refs:qp_handle (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c395 qp->qp_handle = resp_v2->qp_handle; in pvrdma_create_qp()
398 qp->qp_handle = resp->qpn; in pvrdma_create_qp()
402 dev->qp_tbl[qp->qp_handle % dev->dsr->caps.max_qp] = qp; in pvrdma_create_qp()
407 qp_resp.qp_handle = qp->qp_handle; in pvrdma_create_qp()
436 dev->qp_tbl[qp->qp_handle] = NULL; in _pvrdma_free_qp()
476 u32 qp_handle) in _pvrdma_destroy_qp_work() argument
484 cmd->qp_handle = qp_handle; in _pvrdma_destroy_qp_work()
503 _pvrdma_destroy_qp_work(to_vdev(qp->device), vqp->qp_handle); in pvrdma_destroy_qp()
512 _pvrdma_destroy_qp_work(dev, qp->qp_handle); in __pvrdma_destroy_qp()
584 cmd->qp_handle = qp->qp_handle; in pvrdma_modify_qp()
[all …]
H A Dpvrdma_dev_api.h588 u32 qp_handle; member
598 u32 qp_handle; member
605 u32 qp_handle; member
616 u32 qp_handle; member
/linux-6.15/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c123 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()
H A Dehea_phyp.h348 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);
/linux-6.15/drivers/infiniband/hw/efa/
H A Defa_com_cmd.c50 res->qp_handle = cmd_completion.qp_handle; in efa_com_create_qp()
71 cmd.qp_handle = params->qp_handle; in efa_com_modify_qp()
88 cmd.qp_handle, cmd.modify_mask, err); in efa_com_modify_qp()
105 cmd.qp_handle = params->qp_handle; in efa_com_query_qp()
115 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()
H A Defa_com_cmd.h35 u32 qp_handle; member
46 u32 qp_handle; member
56 u32 qp_handle; member
68 u32 qp_handle; member
H A Defa_admin_cmds_defs.h172 u32 qp_handle; member
219 u32 qp_handle; member
253 u32 qp_handle; member
284 u32 qp_handle; member
H A Defa_verbs.c366 params.qp_handle = qp->qp_handle; in efa_query_qp()
476 static int efa_destroy_qp_handle(struct efa_dev *dev, u32 qp_handle) in efa_destroy_qp_handle() argument
478 struct efa_com_destroy_qp_params params = { .qp_handle = qp_handle }; in efa_destroy_qp_handle()
499 err = efa_destroy_qp_handle(dev, qp->qp_handle); in efa_destroy_qp()
797 qp->qp_handle = create_qp_resp.qp_handle; in efa_create_qp()
823 efa_destroy_qp_handle(dev, create_qp_resp.qp_handle); in efa_create_qp()
1015 params.qp_handle = qp->qp_handle; in efa_modify_qp()
H A Defa.h125 u32 qp_handle; member
/linux-6.15/include/uapi/rdma/
H A Dib_user_verbs.h646 __u32 qp_handle; member
684 __u32 qp_handle; member
726 __u32 qp_handle; member
766 __u32 qp_handle; member
839 __u32 qp_handle; member
858 __u32 qp_handle; member
902 __u32 qp_handle; member
910 __u32 qp_handle; member
1159 __u32 qp_handle; member
H A Dbnxt_re-abi.h129 __aligned_u64 qp_handle; member
H A Dvmw_pvrdma-abi.h191 __u32 qp_handle; member
/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c866 req.qp_handle = cpu_to_le64(qp->qp_handle); in bnxt_qplib_create_qp1()
1013 req.qp_handle = cpu_to_le64(qp->qp_handle); in bnxt_qplib_create_qp()
1571 if (qp == le64_to_cpu(cqe->qp_handle)) in __clean_cq()
1572 cqe->qp_handle = 0; in __clean_cq()
1581 if (qp == le64_to_cpu(cqe->qp_handle)) in __clean_cq()
1582 cqe->qp_handle = 0; in __clean_cq()
1606 rcfw->qp_tbl[tbl_indx].qp_handle = NULL; in bnxt_qplib_destroy_qp()
1620 rcfw->qp_tbl[tbl_indx].qp_handle = qp; in bnxt_qplib_destroy_qp()
2454 cqe->qp_handle = (unsigned long)qp; in __flush_rq()
2472 struct bnxt_qplib_qp *qp = qp_handle; in bnxt_qplib_mark_qp_error()
[all …]
H A Dqplib_rcfw.h173 void *qp_handle; /* ptr to qplib_qp */ member
286 void bnxt_qplib_mark_qp_error(void *qp_handle);
H A Dqplib_fp.h274 u64 qp_handle; member
417 u64 qp_handle; member
H A Droce_hsi.h425 __le64 qp_handle; member
1729 __le64 qp_handle; member
3923 __le64 qp_handle; member
3957 __le64 qp_handle; member
4004 __le64 qp_handle; member
4066 __le64 qp_handle; member
4323 __le64 qp_handle; member
4442 __le64 qp_handle; member
4504 __le64 qp_handle; member
/linux-6.15/net/vmw_vsock/
H A Dvmci_transport.c808 if (!vmci_handle_is_invalid(vmci_trans(vsk)->qp_handle)) { in vmci_transport_handle_detach()
858 !vmci_handle_is_equal(trans->qp_handle, e_payload->handle)) in vmci_transport_peer_detach_cb()
1213 vmci_trans(vpending)->qp_handle = handle; in vmci_transport_recv_connecting_server()
1290 vmci_trans(vsk)->qp_handle)) { in vmci_transport_recv_connecting_client()
1312 || !vmci_handle_is_invalid(vmci_trans(vsk)->qp_handle) in vmci_transport_recv_connecting_client()
1474 vmci_trans(vsk)->qp_handle = handle; in vmci_transport_recv_connecting_client_negotiate()
1583 vmci_trans(vsk)->qp_handle = VMCI_INVALID_HANDLE; in vmci_transport_socket_init()
1608 if (!vmci_handle_is_invalid(transport->qp_handle)) { in vmci_transport_free_resources()
1610 transport->qp_handle = VMCI_INVALID_HANDLE; in vmci_transport_free_resources()
1878 return !vmci_handle_is_invalid(vmci_trans(vsk)->qp_handle); in vmci_transport_stream_is_active()
H A Dvmci_transport.h107 struct vmci_handle qp_handle; member
/linux-6.15/drivers/infiniband/hw/qedr/
H A Dqedr_hsi_rdma.h44 struct regpair qp_handle; member
69 struct regpair qp_handle; member
85 struct regpair qp_handle; member
/linux-6.15/drivers/infiniband/hw/mana/
H A Dmana_ib.h170 mana_handle_t qp_handle; member
384 mana_handle_t qp_handle; member
391 mana_handle_t qp_handle; member
415 mana_handle_t qp_handle; member
H A Dqp.c348 &cq_spec, &qp->qp_handle); in mana_ib_create_qp_raw()
370 qp->qp_handle, qp->raw_sq.id, send_cq->queue.id); in mana_ib_create_qp_raw()
390 mana_destroy_wq_obj(mpc, GDMA_SQ, qp->qp_handle); in mana_ib_create_qp_raw()
741 req.qp_handle = qp->qp_handle; in mana_ib_gd_modify_qp()
842 mana_destroy_wq_obj(mpc, GDMA_SQ, qp->qp_handle); in mana_ib_destroy_qp_raw()
H A Dmain.c998 qp->qp_handle = resp.rc_qp_handle; in mana_ib_gd_create_rc_qp()
1017 req.rc_qp_handle = qp->qp_handle; in mana_ib_gd_destroy_rc_qp()
1056 qp->qp_handle = resp.qp_handle; in mana_ib_gd_create_ud_qp()
1075 req.qp_handle = qp->qp_handle; in mana_ib_gd_destroy_ud_qp()
/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.h90 struct regpair qp_handle; member
H A Dqed_roce.c307 p_ramrod->qp_handle_for_cqe.hi = qp->qp_handle.hi; in qed_roce_sp_create_responder()
308 p_ramrod->qp_handle_for_cqe.lo = qp->qp_handle.lo; in qed_roce_sp_create_responder()
443 p_ramrod->qp_handle_for_cqe.hi = qp->qp_handle.hi; in qed_roce_sp_create_requester()
444 p_ramrod->qp_handle_for_cqe.lo = qp->qp_handle.lo; in qed_roce_sp_create_requester()
/linux-6.15/drivers/infiniband/core/
H A Duverbs_cmd.c1498 resp.base.qp_handle = obj->uevent.uobject.id; in create_qp()
1630 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_open_qp()
1682 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_query_qp()
1787 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd->base.qp_handle, in modify_qp()
1995 uobj = uobj_get_destroy(UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_destroy_qp()
2055 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_post_send()
2332 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_post_recv()
2510 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_attach_mcast()
2560 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_detach_mcast()
3280 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_ex_create_flow()

12