Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ena-com/
H A Dena_com.h232 struct ena_com_admin_queue { struct
233 void *q_dmadev;
234 void *bus;
239 u32 completion_timeout;
240 u16 q_depth;
241 struct ena_com_admin_cq cq;
242 struct ena_com_admin_sq sq;
245 bool polling;
248 bool auto_polling;
250 u16 curr_cmd_id;
[all …]
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.h204 struct ena_com_admin_queue { struct
205 void *q_dmadev;
206 void *bus;
211 u32 completion_timeout;
212 u16 q_depth;
213 struct ena_com_admin_cq cq;
214 struct ena_com_admin_sq sq;
217 bool polling;
220 bool auto_polling;
222 u16 curr_cmd_id;
[all …]