Lines Matching defs:mlx4_en_cq
390 struct mlx4_en_cq { struct
391 struct mlx4_cq mcq;
392 struct mlx4_hwq_resources wqres;
393 int ring;
394 spinlock_t lock;
395 if_t dev;
397 struct timer_list timer;
398 int size;
399 int buf_size;
400 unsigned vector;
401 enum cq_type is_tx;
402 u16 moder_time;
403 u16 moder_cnt;
404 struct mlx4_cqe *buf;
405 struct task cq_task;
406 struct taskqueue *tq;
408 u32 tot_rx;
409 u32 tot_tx;
410 u32 curr_poll_rx_cpu_id;
413 unsigned int state;
422 spinlock_t poll_lock; /* protects from LLS/napi conflicts */