Searched defs:iavf_adminq_ring (Results 1 – 1 of 1) sorted by relevance
45 struct iavf_adminq_ring { struct46 struct iavf_virt_mem dma_head; /* space for dma structures */47 struct iavf_dma_mem desc_buf; /* descriptor ring memory */48 struct iavf_virt_mem cmd_buf; /* command buffer memory */50 union {53 } r;55 u16 count; /* Number of descriptors */56 u16 rx_buf_len; /* Admin Receive Queue buffer length */59 u16 next_to_use;60 u16 next_to_clean;[all …]