Searched defs:ixgbevf_ring (Results 1 – 1 of 1) sorted by relevance
90 struct ixgbevf_ring { struct95 struct device *dev;100 u16 next_to_use;101 u16 next_to_clean;102 u16 next_to_alloc;104 union {108 unsigned long state;111 union {117 u8 __iomem *tail;118 struct sk_buff *skb;[all …]
Completed in 14 milliseconds