Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h354 struct ixgbe_ring { struct
358 struct bpf_prog *xdp_prog;
361 union {
365 unsigned long state;
366 u8 __iomem *tail;
368 unsigned int size; /* length in bytes */
370 u16 count; /* amount of descriptors */
378 u16 next_to_use;
379 u16 next_to_clean;
381 unsigned long last_rx_timestamp;
[all …]