Searched refs:hwstats (Results 1 – 1 of 1) sorted by relevance
617 struct ixgbe_hw_stats *hwstats = &adapter->stats; in ixgbe_update_xoff_received() local631 hwstats->lxoffrxc += data; in ixgbe_update_xoff_received()653 hwstats->pxoffrxc[i] += xoff[i]; in ixgbe_update_xoff_received()4994 struct ixgbe_hw_stats *hwstats = &adapter->stats; in ixgbe_update_stats() local5055 hwstats->crcerrs += IXGBE_READ_REG(hw, IXGBE_CRCERRS); in ixgbe_update_stats()5062 hwstats->mpc[i] += mpc; in ixgbe_update_stats()5063 total_mpc += hwstats->mpc[i]; in ixgbe_update_stats()5064 hwstats->pxontxc[i] += IXGBE_READ_REG(hw, IXGBE_PXONTXC(i)); in ixgbe_update_stats()5065 hwstats->pxofftxc[i] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i)); in ixgbe_update_stats()5068 hwstats->rnbc[i] += IXGBE_READ_REG(hw, IXGBE_RNBC(i)); in ixgbe_update_stats()[all …]