Home
last modified time | relevance | path

Searched defs:iavf_adminq_ring (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_adminq.h16 struct iavf_adminq_ring { struct
17 struct iavf_virt_mem dma_head; /* space for dma structures */
18 struct iavf_dma_mem desc_buf; /* descriptor ring memory */
19 struct iavf_virt_mem cmd_buf; /* command buffer memory */
21 union {
24 } r;
26 u16 count; /* Number of descriptors */
27 u16 rx_buf_len; /* Admin Receive Queue buffer length */
30 u16 next_to_use;
31 u16 next_to_clean;
[all …]