Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_adminq.h46 struct i40e_adminq_ring { struct
47 struct i40e_virt_mem dma_head; /* space for dma structures */
48 struct i40e_dma_mem desc_buf; /* descriptor ring memory */
49 struct i40e_virt_mem cmd_buf; /* command buffer memory */
51 union {
54 } r;
56 u16 count; /* Number of descriptors */
57 u16 rx_buf_len; /* Admin Receive Queue buffer length */
60 u16 next_to_use;
61 u16 next_to_clean;
[all …]