Home
last modified time | relevance | path

Searched refs:IXGBE_QPTC (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82598.c32 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82598()
H A Dixgbe_dcb_82599.c32 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82599()
H A Dixgbe_type.h1013 #define IXGBE_QPTC(_i) (0x06030 + ((_i) * 0x40)) /* 16 of these */ macro
H A Dixgbe_common.c566 IXGBE_READ_REG(hw, IXGBE_QPTC(i)); in ixgbe_clear_hw_cntrs_generic()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c3120 uint32_t delta_qptc = IXGBE_READ_REG(hw, IXGBE_QPTC(i)); in ixgbe_read_stats_registers()