Home
last modified time | relevance | path

Searched refs:IXGBE_PXOFFRXC (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82598.c67 stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(tc)); in ixgbe_dcb_get_pfc_stats_82598()
H A Dixgbe_type.h969 #define IXGBE_PXOFFRXC(_i) (0x0CF20 + ((_i) * 4)) /* 8 of these CF20-CF3C*/ macro
H A Dixgbe_common.c522 IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i)); in ixgbe_clear_hw_cntrs_generic()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c3104 IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i)); in ixgbe_read_stats_registers()