Searched defs:ixgbe_ring (Results 1 – 1 of 1) sorted by relevance
353 struct ixgbe_ring { struct357 struct bpf_prog *xdp_prog;360 union {364 unsigned long state;365 u8 __iomem *tail;367 unsigned int size; /* length in bytes */369 u16 count; /* amount of descriptors */377 u16 next_to_use;378 u16 next_to_clean;380 unsigned long last_rx_timestamp;[all …]
Completed in 11 milliseconds