Searched refs:prc511 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_82543.c | 430 stats->prc511--; in e1000_tbi_adjust_stats_82543() 432 stats->prc511++; in e1000_tbi_adjust_stats_82543()
|
| H A D | e1000_hw.h | 531 u64 prc511; member
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_hw.h | 543 u64 prc511; member
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 140 {"rx_size_256_to_511_packets", offsetof(struct igc_hw_stats, prc511)}, 1707 stats->prc511 += IGC_READ_REG(hw, IGC_PRC511); in igc_read_stats_registers()
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 912 stats->prc511 += E1000_READ_REG(hw, E1000_PRC511); in eth_em_stats_get()
|
| H A D | igb_ethdev.c | 460 {"rx_size_256_to_511_packets", offsetof(struct e1000_hw_stats, prc511)}, 1733 stats->prc511 += E1000_READ_REG(hw, E1000_PRC511); in igb_read_stats_registers()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_type.h | 3842 u64 prc511; member
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 631 {"rx_size_256_to_511_packets", offsetof(struct ixgbe_hw_stats, prc511)}, 3197 hw_stats->prc511 += IXGBE_READ_REG(hw, IXGBE_PRC511); in ixgbe_read_stats_registers()
|