Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h352 struct ixgbe_ring { struct
356 struct bpf_prog *xdp_prog;
359 union {
363 unsigned long state;
364 u8 __iomem *tail;
366 unsigned int size; /* length in bytes */
368 u16 count; /* amount of descriptors */
376 u16 next_to_use;
377 u16 next_to_clean;
379 unsigned long last_rx_timestamp;
[all …]