Home
last modified time | relevance | path

Searched refs:qpn (Results 1 – 14 of 14) sorted by relevance

/include/uapi/rdma/
Dib_user_mad.h79 __be32 qpn; member
123 __be32 qpn; member
188 __u8 qpn; member
223 __u32 qpn; member
Dvmw_pvrdma-abi.h190 __u32 qpn; member
Dib_user_verbs.h624 __u32 qpn; member
633 __u32 qpn; member
/include/rdma/
Diw_cm.h81 u32 qpn; member
136 struct ib_qp *iw_cm_get_qp(struct ib_device *device, int qpn);
Drdmavt_qp.h700 u32 qpn) __must_hold(RCU) in rvt_lookup_qpn() argument
704 if (unlikely(qpn <= 1)) { in rvt_lookup_qpn()
705 qp = rcu_dereference(rvp->qp[qpn]); in rvt_lookup_qpn()
707 u32 n = hash_32(qpn, rdi->qp_dev->qp_table_bits); in rvt_lookup_qpn()
711 if (qp->ibqp.qp_num == qpn) in rvt_lookup_qpn()
Dib_cm.h236 u32 qpn; member
Dib_verbs.h2615 struct ib_qp *(*iw_get_qp)(struct ib_device *device, int qpn);
/include/trace/events/
Dib_umad.h31 __field(u32, qpn)
61 __entry->qpn = umad_hdr->qpn;
94 __entry->retires, __entry->length, be32_to_cpu(__entry->qpn),
/include/linux/mlx4/
Dqp.h474 struct mlx4_qp *mlx4_qp_lookup(struct mlx4_dev *dev, u32 qpn);
475 int mlx4_update_qp(struct mlx4_dev *dev, u32 qpn,
490 static inline struct mlx4_qp *__mlx4_qp_lookup(struct mlx4_dev *dev, u32 qpn) in __mlx4_qp_lookup() argument
492 return radix_tree_lookup(&dev->qp_table_tree, qpn & (dev->caps.num_qps - 1)); in __mlx4_qp_lookup()
505 u16 mlx4_qp_roce_entropy(struct mlx4_dev *dev, u32 qpn);
Ddevice.h756 int qpn; member
917 __be32 qpn; member
1045 static inline int mlx4_is_qp_reserved(struct mlx4_dev *dev, u32 qpn) in mlx4_is_qp_reserved() argument
1047 return (qpn < dev->phys_caps.base_sqpn + 8 + in mlx4_is_qp_reserved()
1049 qpn >= dev->phys_caps.base_sqpn) || in mlx4_is_qp_reserved()
1050 (qpn < dev->caps.reserved_qps_cnt[MLX4_QP_REGION_FW]); in mlx4_is_qp_reserved()
1053 static inline int mlx4_is_guest_proxy(struct mlx4_dev *dev, int slave, u32 qpn) in mlx4_is_guest_proxy() argument
1057 if (qpn >= guest_proxy_base && qpn < guest_proxy_base + 8) in mlx4_is_guest_proxy()
1135 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp);
1262 u32 qpn; member
[all …]
/include/linux/mlx5/
Dqp.h505 int qpn; member
Dmlx5_ifc.h3068 u8 qpn[0x18]; member
3951 u8 qpn[0x18]; member
4505 u8 qpn[0x18]; member
4535 u8 qpn[0x18]; member
4747 u8 qpn[0x18]; member
4778 u8 qpn[0x18]; member
4809 u8 qpn[0x18]; member
5360 u8 qpn[0x18]; member
6773 u8 qpn[0x18]; member
6795 u8 qpn[0x18]; member
[all …]
Ddriver.h1063 int mlx5_core_attach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn);
1064 int mlx5_core_detach_mcg(struct mlx5_core_dev *dev, union ib_gid *mgid, u32 qpn);
Ddevice.h1016 __be32 qpn; member