Home
last modified time | relevance | path

Searched refs:lxoffrxc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c79 {"rx_flow_control_xoff", IXGBE_STAT(stats.lxoffrxc)},
542 stats->rx_pause_frames = hwstats->lxonrxc + hwstats->lxoffrxc; in ixgbe_get_pause_stats()
846 regs_buff[899] = IXGBE_GET_STAT(adapter, lxoffrxc); in ixgbe_get_regs()
Dixgbe_type.h3328 u64 lxoffrxc; member
Dixgbe_main.c945 hwstats->lxoffrxc += data; in ixgbe_update_xoff_rx_lfc()