Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.h221 struct ena_com_admin_queue { struct
222 void *q_dmadev;
223 struct ena_com_dev *ena_dev;
224 spinlock_t q_lock; /* spinlock for the admin queue */
226 struct ena_comp_ctx *comp_ctx;
227 u32 completion_timeout;
228 u16 q_depth;
229 struct ena_com_admin_cq cq;
230 struct ena_com_admin_sq sq;
233 bool polling;
[all …]