Home
last modified time | relevance | path

Searched refs:remote_qpn (Results 1 - 25 of 105) sorted by relevance

12345

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H A Dib_user_cm.h179 __u32 remote_qpn; member
196 __u32 remote_qpn; member
H A Drdma_user_rxe.h60 __u32 remote_qpn; member
H A Dvmw_pvrdma-abi.h201 __u32 remote_qpn; member
/kernel/linux/linux-5.10/include/rdma/
H A Dib_cm.h105 u32 remote_qpn; member
123 u32 remote_qpn; member
H A Drdmavt_qp.h234 return swqe->ud_wr.wr.remote_qpn; in rvt_get_swqe_remote_qpn()
346 u32 remote_qpn; member
/kernel/linux/linux-6.6/include/rdma/
H A Dib_cm.h105 u32 remote_qpn; member
123 u32 remote_qpn; member
H A Drdmavt_qp.h234 return swqe->ud_wr.wr.remote_qpn; in rvt_get_swqe_remote_qpn()
346 u32 remote_qpn; member
/kernel/linux/linux-5.10/include/uapi/rdma/
H A Drdma_user_rxe.h98 __u32 remote_qpn; member
H A Dvmw_pvrdma-abi.h281 __u32 remote_qpn; member
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Drdma_user_rxe.h105 __u32 remote_qpn; member
H A Dvmw_pvrdma-abi.h281 __u32 remote_qpn; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H A Drdma_user_rxe.h76 __u32 remote_qpn; member
H A Dvmw_pvrdma-abi.h218 __u32 remote_qpn; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H A Drdma_user_rxe.h76 __u32 remote_qpn; member
H A Dvmw_pvrdma-abi.h218 __u32 remote_qpn; member
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcm.c244 __be32 remote_qpn; member
271 __be32 remote_qpn; member
777 __be32 remote_qpn = timewait_info->remote_qpn; in cm_insert_remote_qpn() local
783 if (be32_lt(remote_qpn, cur_timewait_info->remote_qpn)) in cm_insert_remote_qpn()
785 else if (be32_gt(remote_qpn, cur_timewait_info->remote_qpn)) in cm_insert_remote_qpn()
1302 * receive mads, is not placed in the remote_id or remote_qpn rbtree, in ib_cm_insert_listen()
1821 param->remote_qpn in cm_format_req_event()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcm.c200 __be32 remote_qpn; member
229 __be32 remote_qpn; member
752 __be32 remote_qpn = timewait_info->remote_qpn; in cm_insert_remote_qpn() local
758 if (be32_lt(remote_qpn, cur_timewait_info->remote_qpn)) in cm_insert_remote_qpn()
760 else if (be32_gt(remote_qpn, cur_timewait_info->remote_qpn)) in cm_insert_remote_qpn()
1258 * receive mads, is not placed in the remote_id or remote_qpn rbtree, in ib_cm_insert_listen()
1805 param->remote_qpn in cm_format_req_event()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dud.c633 u32 remote_qpn, u16 pkey, u32 slid, u32 dlid, in return_cnp_16B()
673 ohdr->bth[1] = cpu_to_be32(remote_qpn); in return_cnp_16B()
694 void return_cnp(struct hfi1_ibport *ibp, struct rvt_qp *qp, u32 remote_qpn, in return_cnp() argument
731 ohdr->bth[1] = cpu_to_be32(remote_qpn | (1 << IB_BECN_SHIFT)); in return_cnp()
632 return_cnp_16B(struct hfi1_ibport *ibp, struct rvt_qp *qp, u32 remote_qpn, u16 pkey, u32 slid, u32 dlid, u8 sc5, const struct ib_grh *old_grh) return_cnp_16B() argument
H A Duc.c274 qp->remote_qpn, mask_psn(qp->s_psn++), in hfi1_make_uc_req()
459 wc.src_qp = qp->remote_qpn; in hfi1_uc_rcv()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dud.c592 u32 remote_qpn, u16 pkey, u32 slid, u32 dlid, in return_cnp_16B()
632 ohdr->bth[1] = cpu_to_be32(remote_qpn); in return_cnp_16B()
653 void return_cnp(struct hfi1_ibport *ibp, struct rvt_qp *qp, u32 remote_qpn, in return_cnp() argument
690 ohdr->bth[1] = cpu_to_be32(remote_qpn | (1 << IB_BECN_SHIFT)); in return_cnp()
591 return_cnp_16B(struct hfi1_ibport *ibp, struct rvt_qp *qp, u32 remote_qpn, u16 pkey, u32 slid, u32 dlid, u8 sc5, const struct ib_grh *old_grh) return_cnp_16B() argument
H A Duc.c233 qp->remote_qpn, mask_psn(qp->s_psn++), in hfi1_make_uc_req()
413 wc.src_qp = qp->remote_qpn; in hfi1_uc_rcv()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_ruc.c241 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); in qib_make_ruc_header()
/kernel/linux/linux-5.10/include/linux/mlx4/
H A Dqp.h201 __be32 remote_qpn; member
/kernel/linux/linux-6.6/include/linux/mlx4/
H A Dqp.h201 __be32 remote_qpn; member
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Dmlx5_ifc_fpga.h208 u8 remote_qpn[0x18]; member

Completed in 28 milliseconds

12345