Lines Matching defs:be_eq_obj
172 struct be_eq_obj { struct
173 struct be_queue_info q;
174 char desc[32];
177 bool enable_aic;
178 u32 min_eqd; /* in usecs */
179 u32 max_eqd; /* in usecs */
180 u32 eqd; /* configured val when aic is off */
181 u32 cur_eqd; /* in usecs */
183 u8 idx; /* array index */
184 u8 msix_idx;
185 u16 spurious_intr;
186 struct napi_struct napi;
187 struct be_adapter *adapter;
188 cpumask_var_t affinity_mask;
199 unsigned int state;
200 spinlock_t lock; /* lock to serialize napi and busy-poll */