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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7120 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot; local
7314 lxon = IXGBE_READ_REG(hw, IXGBE_LXONTXC);
7315 hwstats->lxontxc += lxon;
7323 xon_off_tot = lxon + lxoff;

Completed in 217 milliseconds