Lines Matching defs:mlx4_en_cq
364 struct mlx4_en_cq { struct
365 struct mlx4_cq mcq;
366 struct mlx4_hwq_resources wqres;
367 int ring;
368 struct net_device *dev;
369 union {
373 int size;
374 int buf_size;
375 int vector;
376 enum cq_type type;
377 u16 moder_time;
378 u16 moder_cnt;
379 struct mlx4_cqe *buf;
382 const struct cpumask *aff_mask;
383 int cq_idx;