Searched defs:ena_com_admin_queue (Results 1 – 1 of 1) sorted by relevance
237 struct ena_com_admin_queue { struct238 void *q_dmadev;239 spinlock_t q_lock; /* spinlock for the admin queue */241 struct ena_comp_ctx *comp_ctx;242 u32 completion_timeout;243 u16 q_depth;244 struct ena_com_admin_cq cq;245 struct ena_com_admin_sq sq;248 bool polling;251 bool auto_polling;[all …]