Home
last modified time | relevance | path

Searched defs:be_eq_obj (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe.h96 struct be_eq_obj { struct
97 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;
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe.h176 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;
[all …]