Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h662 __u32 qp_handle; member
711 __u32 qp_handle; member
753 __u32 qp_handle; member
804 __u32 qp_handle; member
984 __u32 qp_handle; member
1006 __u32 qp_handle; member
1060 __u32 qp_handle; member
1069 __u32 qp_handle; member
1089 __u32 qp_handle; member
1253 __u32 qp_handle; member
[all …]
H A Dcmd.c947 qp->qp.handle = resp->qp_handle; in create_qp_handle_resp_common()
1127 qp->handle = resp->qp_handle; in ibv_cmd_create_qp()
1197 qp->qp.handle = resp->qp_handle; in ibv_cmd_open_qp()
1239 cmd->qp_handle = qp->handle; in ibv_cmd_query_qp()
1317 cmd->qp_handle = qp->handle; in copy_modify_qp_fields()
1471 cmd->qp_handle = ibqp->handle; in ibv_cmd_post_send()
1561 cmd->qp_handle = ibqp->handle; in ibv_cmd_post_recv()
1713 cmd.qp_handle = qp->handle; in ibv_cmd_destroy_qp()
1738 cmd.qp_handle = qp->handle; in ibv_cmd_attach_mcast()
1754 cmd.qp_handle = qp->handle; in ibv_cmd_detach_mcast()
[all …]
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h640 __u32 qp_handle; member
678 __u32 qp_handle; member
720 __u32 qp_handle; member
760 __u32 qp_handle; member
831 __u32 qp_handle; member
850 __u32 qp_handle; member
894 __u32 qp_handle; member
902 __u32 qp_handle; member
1151 __u32 qp_handle; member
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_roce.h41 struct regpair qp_handle; member
66 struct regpair qp_handle; member
82 struct regpair qp_handle; member
H A Dqlnxr_verbs.c5251 qp = (struct qlnxr_qp *)(uintptr_t)HILO_U64(resp_cqe->qp_handle.hi, in qlnxr_poll_cq()
5252 resp_cqe->qp_handle.lo); in qlnxr_poll_cq()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c923 req.qp_handle = cpu_to_le64(qp->qp_handle); in bnxt_qplib_create_qp1()
1083 req.qp_handle = cpu_to_le64(qp->qp_handle); in bnxt_qplib_create_qp()
1610 if (qp == le64_to_cpu(cqe->qp_handle)) in __clean_cq()
1611 cqe->qp_handle = 0; in __clean_cq()
1620 if (qp == le64_to_cpu(cqe->qp_handle)) in __clean_cq()
1621 cqe->qp_handle = 0; in __clean_cq()
2642 cqe->qp_handle = (u64)qp; in __flush_sq()
2700 cqe->qp_handle = (u64)qp; in __flush_rq()
2723 void bnxt_qplib_mark_qp_error(void *qp_handle) in bnxt_qplib_mark_qp_error() argument
2725 struct bnxt_qplib_qp *qp = qp_handle; in bnxt_qplib_mark_qp_error()
[all …]
H A Dbnxt_re-abi.h136 __u64 qp_handle; member
H A Dqplib_fp.h331 u64 qp_handle; member
432 u64 qp_handle; member
H A Dqplib_rcfw.h351 void bnxt_qplib_mark_qp_error(void *qp_handle);
H A Dib_verbs.c1698 qplib_qp->qp_handle = ureq.qp_handle; in bnxt_re_init_user_qp()
1851 qp->qplib_qp.qp_handle = (u64)&qp->qplib_qp; in bnxt_re_create_shadow_qp()
2105 qplqp->qp_handle = (u64)qplqp; in bnxt_re_init_qp_attr()
4655 qp = to_bnxt_re((struct bnxt_qplib_qp *)cqe->qp_handle, in bnxt_re_poll_cq()
/freebsd/sys/dev/qlnx/qlnxe/
H A Drdma_common.h81 struct regpair qp_handle; member
107 struct regpair qp_handle; member
124 struct regpair qp_handle; member
H A Decore_rdma.h148 struct regpair qp_handle; member
H A Decore_roce.c496 p_ramrod->qp_handle_for_cqe.hi = OSAL_CPU_TO_LE32(qp->qp_handle.hi); in ecore_roce_sp_create_responder()
497 p_ramrod->qp_handle_for_cqe.lo = OSAL_CPU_TO_LE32(qp->qp_handle.lo); in ecore_roce_sp_create_responder()
654 p_ramrod->qp_handle_for_cqe.hi = OSAL_CPU_TO_LE32(qp->qp_handle.hi); in ecore_roce_sp_create_requester()
655 p_ramrod->qp_handle_for_cqe.lo = OSAL_CPU_TO_LE32(qp->qp_handle.lo); in ecore_roce_sp_create_requester()
H A Decore_rdma.c1574 qp->qp_handle.hi = OSAL_CPU_TO_LE32(in_params->qp_handle_hi); in ecore_rdma_create_qp()
1575 qp->qp_handle.lo = OSAL_CPU_TO_LE32(in_params->qp_handle_lo); in ecore_rdma_create_qp()
H A Decore_iwarp.c328 p_ramrod->qp_handle_for_cqe.hi = OSAL_CPU_TO_LE32(qp->qp_handle.hi); in ecore_iwarp_create_qp()
329 p_ramrod->qp_handle_for_cqe.lo = OSAL_CPU_TO_LE32(qp->qp_handle.lo); in ecore_iwarp_create_qp()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.h326 qp = cq_poll_info->qp_handle; in set_ib_wc_op_sq()
H A Dirdma_user.h366 irdma_qp_handle qp_handle; member
H A Dirdma_uk.c1266 info->qp_handle = (irdma_qp_handle) (irdma_uintptr) qp; in irdma_uk_cq_poll_cmpl()
H A Dirdma_utils.c2376 cpi->qp_handle = (irdma_qp_handle) (uintptr_t)qp; in irdma_set_cpi_common_values()
H A Dirdma_verbs.c2706 qp = cq_poll_info->qp_handle; in irdma_process_cqe()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1447 resp.base.qp_handle = obj->uevent.uobject.id; in create_qp()
1603 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_open_qp()
1666 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_query_qp()
1771 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd->base.qp_handle, in modify_qp()
1977 uobj = uobj_get_destroy(UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_destroy_qp()
2034 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_post_send()
2311 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_post_recv()
2500 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_attach_mcast()
2550 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_detach_mcast()
3255 qp = uobj_get_obj_read(qp, UVERBS_OBJECT_QP, cmd.qp_handle, attrs); in ib_uverbs_ex_create_flow()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_user.h270 irdma_qp_handle qp_handle; member
H A Dirdma_uverbs.c757 qp = cur_cqe->qp_handle; in irdma_process_cqe()
1056 qp = cur_cqe->qp_handle; in irdma_wc_read_wc_flags()
1112 qp = cur_cqe->qp_handle; in irdma_wc_read_src_qp()
H A Dirdma_uk.c1375 info->qp_handle = (irdma_qp_handle) (irdma_uintptr) qp; in irdma_uk_cq_poll_cmpl()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h69127 uint64_t qp_handle; member
70028 uint64_t qp_handle; member
72897 uint64_t qp_handle; member
83310 uint64_t qp_handle; member
83397 uint64_t qp_handle; member
83504 uint64_t qp_handle; member
83674 uint64_t qp_handle; member
84458 uint64_t qp_handle; member
84880 uint64_t qp_handle; member
85101 uint64_t qp_handle; member
[all …]