Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_com.h234 struct ena_com_admin_queue { struct
235 void *q_dmadev;
236 spinlock_t q_lock; /* spinlock for the admin queue */
238 struct ena_comp_ctx *comp_ctx;
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;
247 u16 curr_cmd_id;
[all …]