Searched refs:hwstats (Results 1 – 1 of 1) sorted by relevance
929 struct ixgbe_hw_stats *hwstats = &adapter->stats; in ixgbe_update_xoff_rx_lfc() local944 hwstats->lxoffrxc += data; in ixgbe_update_xoff_rx_lfc()958 struct ixgbe_hw_stats *hwstats = &adapter->stats; in ixgbe_update_xoff_received() local983 hwstats->pxoffrxc[i] += pxoffrxc; in ixgbe_update_xoff_received()5942 struct ixgbe_hw_stats *hwstats = &adapter->stats; in ixgbe_update_stats() local5995 hwstats->crcerrs += IXGBE_READ_REG(hw, IXGBE_CRCERRS); in ixgbe_update_stats()6002 hwstats->mpc[i] += mpc; in ixgbe_update_stats()6003 total_mpc += hwstats->mpc[i]; in ixgbe_update_stats()6004 hwstats->pxontxc[i] += IXGBE_READ_REG(hw, IXGBE_PXONTXC(i)); in ixgbe_update_stats()6005 hwstats->pxofftxc[i] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i)); in ixgbe_update_stats()[all …]