IXGBE_EVC_REGADD
IXGBE_EVC_REGADD(hw, stats, IXGBE_ERRBC, errbc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_MSPDC, mspdc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_MBSDC, mbsdc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_QPRC(i), qprc[i]);
IXGBE_EVC_REGADD(hw, stats, IXGBE_QPTC(i), qptc[i]);
IXGBE_EVC_REGADD(hw, stats, IXGBE_QBRC(i), qbrc[i]);
IXGBE_EVC_REGADD(hw, stats, IXGBE_QBTC(i), qbtc[i]);
IXGBE_EVC_REGADD(hw, stats, IXGBE_RNBC(i), rnbc[i]);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PXONTXC(i), pxontxc[i]);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PXOFFTXC(i), pxofftxc[i]);
IXGBE_EVC_REGADD(hw, stats,
IXGBE_EVC_REGADD(hw, stats,
IXGBE_EVC_REGADD(hw, stats,
IXGBE_EVC_REGADD(hw, stats,
IXGBE_EVC_REGADD(hw, stats,
IXGBE_EVC_REGADD(hw, stats, IXGBE_MLFC, mlfc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_MRFC, mrfc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_LINK_DN_CNT, link_dn_cnt);
IXGBE_EVC_REGADD(hw, stats, IXGBE_LXONRXCNT, lxonrxc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_LXOFFRXCNT, lxoffrxc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_LXONRXC, lxonrxc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_LXOFFRXC, lxoffrxc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_GORCH, gorc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_TORH, tor);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PRC64, prc64);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PRC127, prc127);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PRC255, prc255);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PRC511, prc511);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PRC1023, prc1023);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PRC1522, prc1522);
IXGBE_EVC_REGADD(hw, stats, IXGBE_MNGPRC, mngprc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_MNGPDC, mngpdc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_MNGPTC, mngptc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_TPR, tpr);
IXGBE_EVC_REGADD(hw, stats, IXGBE_TPT, tpt);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PTC127, ptc127);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PTC255, ptc255);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PTC511, ptc511);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PTC1023, ptc1023);
IXGBE_EVC_REGADD(hw, stats, IXGBE_PTC1522, ptc1522);
IXGBE_EVC_REGADD(hw, stats, IXGBE_BPTC, bptc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_XEC, xec);
IXGBE_EVC_REGADD(hw, stats, IXGBE_FCCRC, fccrc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_FCLAST, fclast);
IXGBE_EVC_REGADD(hw, stats, IXGBE_FCOERPDC, fcoerpdc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_FCOEPRC, fcoeprc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_FCOEPTC, fcoeptc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_FCOEDWRC, fcoedwrc);
IXGBE_EVC_REGADD(hw, stats, IXGBE_FCOEDWTC, fcoedwtc);