Home
last modified time | relevance | path

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

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