Searched refs:xon_off_tot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 7045 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; in ixgbe_update_stats() local 7248 xon_off_tot = lxon + lxoff; in ixgbe_update_stats() 7249 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats() 7250 hwstats->mptc -= xon_off_tot; in ixgbe_update_stats() 7251 hwstats->gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN)); in ixgbe_update_stats() 7257 hwstats->ptc64 -= xon_off_tot; in ixgbe_update_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 7090 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; in ixgbe_update_stats() local 7293 xon_off_tot = lxon + lxoff; in ixgbe_update_stats() 7294 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats() 7295 hwstats->mptc -= xon_off_tot; in ixgbe_update_stats() 7296 hwstats->gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN)); in ixgbe_update_stats() 7302 hwstats->ptc64 -= xon_off_tot; in ixgbe_update_stats()
|
Completed in 25 milliseconds