Searched defs:efa_com_admin_queue (Results 1 – 1 of 1) sorted by relevance
58 struct efa_com_admin_queue { struct59 void *dmadev;60 void *efa_dev;61 struct efa_comp_ctx *comp_ctx;62 u32 completion_timeout; /* usecs */63 u16 poll_interval; /* msecs */64 u16 depth;65 struct efa_com_admin_cq cq;66 struct efa_com_admin_sq sq;67 u16 msix_vector_idx;[all …]