HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_PXOFFTXC (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82598.c 99 stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
ixgbe_dcb_82599.c 106 stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
ixgbe_type.h 1008 #define IXGBE_PXOFFTXC(_i) (0x03F20 + ((_i) * 4)) /* 8 of these 3F20-3F3C*/
ixgbe_common.c 562 IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i));
ixgbe.c 1675 IXGBE_EVC_REGADD(hw, stats, IXGBE_PXOFFTXC(i), pxofftxc[i]);

Completed in 50 milliseconds