Home
last modified time | relevance | path

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

/dpdk/drivers/net/e1000/base/
H A De1000_82543.c427 stats->prc255--; in e1000_tbi_adjust_stats_82543()
429 stats->prc255++; in e1000_tbi_adjust_stats_82543()
H A De1000_hw.h530 u64 prc255; member
/dpdk/drivers/net/igc/base/
H A Digc_hw.h542 u64 prc255; member
/dpdk/drivers/net/igc/
H A Digc_ethdev.c132 {"rx_size_128_to_255_packets", offsetof(struct igc_hw_stats, prc255)},
1689 stats->prc255 += IGC_READ_REG(hw, IGC_PRC255); in igc_read_stats_registers()
/dpdk/drivers/net/e1000/
H A Dem_ethdev.c904 stats->prc255 += E1000_READ_REG(hw, E1000_PRC255); in eth_em_stats_get()
H A Digb_ethdev.c457 {"rx_size_128_to_255_packets", offsetof(struct e1000_hw_stats, prc255)},
1715 stats->prc255 += E1000_READ_REG(hw, E1000_PRC255); in igb_read_stats_registers()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3841 u64 prc255; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c623 {"rx_size_128_to_255_packets", offsetof(struct ixgbe_hw_stats, prc255)},
3214 hw_stats->prc255 += IXGBE_READ_REG(hw, IXGBE_PRC255); in ixgbe_read_stats_registers()