Searched defs:iavf_adminq_ring (Results 1 – 1 of 1) sorted by relevance
44 struct iavf_adminq_ring { struct45 struct iavf_virt_mem dma_head; /* space for dma structures */46 struct iavf_dma_mem desc_buf; /* descriptor ring memory */47 struct iavf_virt_mem cmd_buf; /* command buffer memory */49 union {52 } r;54 u16 count; /* Number of descriptors */55 u16 rx_buf_len; /* Admin Receive Queue buffer length */58 u16 next_to_use;59 u16 next_to_clean;[all …]