Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/net/ethernet/emulex/benet/
Dbe.h172 struct be_eq_obj { struct
173 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 …]