Searched defs:ena_com_admin_queue (Results 1 – 1 of 1) sorted by relevance
256 struct ena_com_admin_queue { struct257 void *q_dmadev;258 void *bus;259 ena_spinlock_t q_lock; /* spinlock for the admin queue */261 struct ena_comp_ctx *comp_ctx;262 u32 completion_timeout;263 u16 q_depth;264 struct ena_com_admin_cq cq;265 struct ena_com_admin_sq sq;268 bool polling;[all …]