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