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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbe/
H A Dixgbe_main.c5328 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; local
5444 xon_off_tot = lxon + lxoff;
5445 adapter->stats.gptc -= xon_off_tot;
5446 adapter->stats.mptc -= xon_off_tot;
5447 adapter->stats.gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN));
5453 adapter->stats.ptc64 -= xon_off_tot;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c5328 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; local
5444 xon_off_tot = lxon + lxoff;
5445 adapter->stats.gptc -= xon_off_tot;
5446 adapter->stats.mptc -= xon_off_tot;
5447 adapter->stats.gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN));
5453 adapter->stats.ptc64 -= xon_off_tot;

Completed in 134 milliseconds