Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/
H A Dena_com.h243 struct ena_com_admin_queue { struct
244 void *q_dmadev;
245 void *bus;
246 struct ena_com_dev *ena_dev;
247 ena_spinlock_t q_lock; /* spinlock for the admin queue */
249 struct ena_comp_ctx *comp_ctx;
250 u32 completion_timeout;
251 u16 q_depth;
252 struct ena_com_admin_cq cq;
253 struct ena_com_admin_sq sq;
[all …]