Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h16 struct iavf_adminq_ring { struct
21 union {
24 } r;
26 u16 count; /* Number of descriptors */
30 u16 next_to_use;
31 u16 next_to_clean;
34 u32 head;
35 u32 tail;
36 u32 len;
37 u32 bah;
[all …]