Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/amazon/ena/
Dena_com.h213 struct ena_com_admin_queue { struct
214 void *q_dmadev;
215 struct ena_com_dev *ena_dev;
216 spinlock_t q_lock; /* spinlock for the admin queue */
218 struct ena_comp_ctx *comp_ctx;
219 u32 completion_timeout;
220 u16 q_depth;
221 struct ena_com_admin_cq cq;
222 struct ena_com_admin_sq sq;
225 bool polling;
[all …]