Searched defs:ixgbe_ring (Results 1 – 1 of 1) sorted by relevance
221 struct ixgbe_ring { struct222 struct ixgbe_ring *next; /* pointer to next ring in q_vector */ argument223 void *desc; /* descriptor ring memory */224 struct device *dev; /* device for DMA mapping */225 struct net_device *netdev; /* netdev ring belongs to */226 union {230 unsigned long state;231 u8 __iomem *tail;233 u16 count; /* amount of descriptors */234 u16 rx_buf_len;[all …]