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