Home
last modified time | relevance | path

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

/freebsd/sys/dev/iavf/
H A Diavf_adminq.h44 struct iavf_adminq_ring { struct
45 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 …]