Lines Matching defs:mlx4_cq
730 struct mlx4_cq { struct
731 void (*comp) (struct mlx4_cq *); argument
732 void (*event) (struct mlx4_cq *, enum mlx4_event); argument
734 struct mlx4_uar *uar;
736 u32 cons_index;
738 u16 irq;
739 __be32 *set_ci_db;
740 __be32 *arm_db;
741 int arm_sn;
743 int cqn;
744 unsigned vector;
746 atomic_t refcount;
747 struct completion free;
748 int reset_notify_added;
749 struct list_head reset_notify;