Searched refs:qpn (Results 1 – 14 of 14) sorted by relevance
/include/uapi/rdma/ |
D | ib_user_mad.h | 79 __be32 qpn; member 123 __be32 qpn; member 188 __u8 qpn; member 223 __u32 qpn; member
|
D | vmw_pvrdma-abi.h | 190 __u32 qpn; member
|
D | ib_user_verbs.h | 624 __u32 qpn; member 633 __u32 qpn; member
|
/include/rdma/ |
D | iw_cm.h | 81 u32 qpn; member 136 struct ib_qp *iw_cm_get_qp(struct ib_device *device, int qpn);
|
D | rdmavt_qp.h | 700 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()
|
D | ib_cm.h | 236 u32 qpn; member
|
D | ib_verbs.h | 2615 struct ib_qp *(*iw_get_qp)(struct ib_device *device, int qpn);
|
/include/trace/events/ |
D | ib_umad.h | 31 __field(u32, qpn) 61 __entry->qpn = umad_hdr->qpn; 94 __entry->retires, __entry->length, be32_to_cpu(__entry->qpn),
|
/include/linux/mlx4/ |
D | qp.h | 474 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);
|
D | device.h | 756 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/ |
D | qp.h | 505 int qpn; member
|
D | mlx5_ifc.h | 3068 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 …]
|
D | driver.h | 1063 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);
|
D | device.h | 1016 __be32 qpn; member
|