Lines Matching defs:mlx4_ib_qp
322 struct mlx4_ib_qp { struct
339 enum mlx4_ib_qp_type mlx4_ib_qp_type; argument
340 struct ib_umem *umem;
341 struct mlx4_mtt mtt;
342 int buf_size;
343 struct mutex mutex;
344 u16 xrcdn;
345 u32 flags;
346 u8 port;
347 u8 alt_port;
348 u8 atomic_rd_en;
349 u8 resp_depth;
350 u8 sq_no_prefetch;
351 u8 state;
352 int mlx_type;
353 u32 inl_recv_sz;
354 struct list_head gid_list;
355 struct list_head steering_rules;
356 struct mlx4_ib_buf *sqp_proxy_rcv;
357 struct mlx4_roce_smac_vlan_info pri;
358 struct mlx4_roce_smac_vlan_info alt;
359 u64 reg_id;
360 struct list_head qps_list;
361 struct list_head cq_recv_list;
362 struct list_head cq_send_list;
363 struct counter_index *counter_index;
364 struct mlx4_wqn_range *wqn_range;
366 u32 rss_usecnt;
367 union {