Lines Matching defs:mlx4_ib_qp
286 struct mlx4_ib_qp { struct
301 enum mlx4_ib_qp_type mlx4_ib_qp_type; argument
302 struct ib_umem *umem;
303 struct mlx4_mtt mtt;
304 int buf_size;
305 struct mutex mutex;
306 u16 xrcdn;
307 u32 flags;
308 u8 port;
309 u8 alt_port;
310 u8 atomic_rd_en;
311 u8 resp_depth;
312 u8 sq_no_prefetch;
313 u8 state;
314 int mlx_type;
315 struct list_head gid_list;
316 struct list_head steering_rules;
317 struct mlx4_ib_buf *sqp_proxy_rcv;
318 struct mlx4_roce_smac_vlan_info pri;
319 struct mlx4_roce_smac_vlan_info alt;
320 u64 reg_id;
321 struct list_head qps_list;
322 struct list_head cq_recv_list;
323 struct list_head cq_send_list;
324 struct counter_index *counter_index;