Home
last modified time | relevance | path

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

/dpdk/drivers/net/ena/base/
H A Dena_com.h215 struct ena_com_admin_queue { struct
216 void *q_dmadev;
217 void *bus;
218 struct ena_com_dev *ena_dev;
219 ena_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;
[all …]