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;
172 struct be_eq_obj { struct173 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;[all …]