Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82598.c36 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc)); in ixgbe_dcb_get_tc_stats_82598()
H A Dixgbe_dcb_82599.c38 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc)); in ixgbe_dcb_get_tc_stats_82599()
H A Dixgbe_type.h1012 #define IXGBE_QPRC(_i) (0x01030 + ((_i) * 0x40)) /* 16 of these */ macro
H A Dixgbe_common.c565 IXGBE_READ_REG(hw, IXGBE_QPRC(i)); in ixgbe_clear_hw_cntrs_generic()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c3119 uint32_t delta_qprc = IXGBE_READ_REG(hw, IXGBE_QPRC(i)); in ixgbe_read_stats_registers()