Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6058 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; in ixgbe_update_stats() local
6238 xon_off_tot = lxon + lxoff; in ixgbe_update_stats()
6239 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats()
6240 hwstats->mptc -= xon_off_tot; in ixgbe_update_stats()
6241 hwstats->gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN)); in ixgbe_update_stats()
6247 hwstats->ptc64 -= xon_off_tot; in ixgbe_update_stats()