Searched defs:be_eq_obj (Results 1 – 2 of 2) sorted by relevance
96 struct be_eq_obj { struct97 bool todo_mcc_cq;98 bool todo_cq;99 u32 cq_count;100 struct be_queue_info q;101 struct beiscsi_hba *phba;102 struct be_queue_info *cq;103 struct work_struct work_cqs; /* Work Item */104 struct blk_iopoll iopoll;
189 struct be_eq_obj { struct190 struct be_queue_info q;191 char desc[32];194 bool enable_aic;195 u32 min_eqd; /* in usecs */196 u32 max_eqd; /* in usecs */197 u32 eqd; /* configured val when aic is off */198 u32 cur_eqd; /* in usecs */200 u8 idx; /* array index */201 u8 msix_idx;[all …]