Lines Matching defs:mlx4_ib_qp
311 struct mlx4_ib_qp { struct
328 enum mlx4_ib_qp_type mlx4_ib_qp_type; argument
329 struct ib_umem *umem;
330 struct mlx4_mtt mtt;
331 int buf_size;
332 struct mutex mutex;
333 u16 xrcdn;
334 u32 flags;
335 u8 port;
336 u8 alt_port;
337 u8 atomic_rd_en;
338 u8 resp_depth;
339 u8 sq_no_prefetch;
340 u8 state;
341 int mlx_type;
342 u32 inl_recv_sz;
343 struct list_head gid_list;
344 struct list_head steering_rules;
345 struct mlx4_ib_buf *sqp_proxy_rcv;
346 struct mlx4_roce_smac_vlan_info pri;
347 struct mlx4_roce_smac_vlan_info alt;
348 u64 reg_id;
349 struct list_head qps_list;
350 struct list_head cq_recv_list;
351 struct list_head cq_send_list;
352 struct counter_index *counter_index;
353 struct mlx4_wqn_range *wqn_range;
355 u32 rss_usecnt;
356 struct mlx4_ib_rss *rss_ctx;