Home
last modified time | relevance | path

Searched refs:prc127 (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82543.c424 stats->prc127--; in e1000_tbi_adjust_stats_82543()
426 stats->prc127++; in e1000_tbi_adjust_stats_82543()
H A De1000_hw.h529 u64 prc127; member
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_hw.h541 u64 prc127; member
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c138 {"rx_size_65_to_127_packets", offsetof(struct igc_hw_stats, prc127)},
1705 stats->prc127 += IGC_READ_REG(hw, IGC_PRC127); in igc_read_stats_registers()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_ethdev.c910 stats->prc127 += E1000_READ_REG(hw, E1000_PRC127); in eth_em_stats_get()
H A Digb_ethdev.c458 {"rx_size_65_to_127_packets", offsetof(struct e1000_hw_stats, prc127)},
1731 stats->prc127 += E1000_READ_REG(hw, E1000_PRC127); in igb_read_stats_registers()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3840 u64 prc127; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c629 {"rx_size_65_to_127_packets", offsetof(struct ixgbe_hw_stats, prc127)},
3195 hw_stats->prc127 += IXGBE_READ_REG(hw, IXGBE_PRC127); in ixgbe_read_stats_registers()