Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/amazon/ena/
Dena_com.h216 struct ena_com_admin_queue { struct
217 void *q_dmadev;
218 struct ena_com_dev *ena_dev;
219 spinlock_t q_lock; /* spinlock for the admin queue */
221 struct ena_comp_ctx *comp_ctx;
222 u32 completion_timeout;
223 u16 q_depth;
224 struct ena_com_admin_cq cq;
225 struct ena_com_admin_sq sq;
228 bool polling;
[all …]