Lines Matching defs:mlx4_ib_qp
271 struct mlx4_ib_qp { struct
286 enum mlx4_ib_qp_type mlx4_ib_qp_type; argument
287 struct ib_umem *umem;
288 struct mlx4_mtt mtt;
289 int buf_size;
290 struct mutex mutex;
291 u16 xrcdn;
292 u32 flags;
293 u8 port;
294 u8 alt_port;
295 u8 atomic_rd_en;
296 u8 resp_depth;
297 u8 sq_no_prefetch;
298 u8 state;
299 int mlx_type;
300 struct list_head gid_list;
301 struct list_head steering_rules;
302 struct mlx4_ib_buf *sqp_proxy_rcv;
303 struct mlx4_roce_smac_vlan_info pri;
304 struct mlx4_roce_smac_vlan_info alt;
305 u64 reg_id;
306 struct list_head qps_list;
307 struct list_head cq_recv_list;
308 struct list_head cq_send_list;