Lines Matching defs:efa_com_admin_queue
59 struct efa_com_admin_queue { struct
60 void *dmadev;
61 void *efa_dev;
62 struct efa_comp_ctx *comp_ctx;
63 u32 completion_timeout; /* usecs */
64 u16 poll_interval; /* msecs */
65 u16 depth;
66 struct efa_com_admin_cq cq;
67 struct efa_com_admin_sq sq;
68 u16 msix_vector_idx;
70 unsigned long state;
73 struct semaphore avail_cmds;
75 struct efa_com_stats_admin stats;
77 spinlock_t comp_ctx_lock; /* Protects completion context pool */
78 u32 *comp_ctx_pool;
79 u16 comp_ctx_pool_next;