Searched defs:efa_com_admin_queue (Results 1 – 1 of 1) sorted by relevance
59 struct efa_com_admin_queue { struct60 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;[all …]