Searched refs:ptc127 (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_hw.h | 565 u64 ptc127; member
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_hw.h | 553 u64 ptc127; member
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 153 {"tx_size_65_to_127_packets", offsetof(struct igc_hw_stats, ptc127)}, 1734 stats->ptc127 += IGC_READ_REG(hw, IGC_PTC127); in igc_read_stats_registers()
|
| /dpdk/drivers/net/e1000/ |
| H A D | em_ethdev.c | 935 stats->ptc127 += E1000_READ_REG(hw, E1000_PTC127); in eth_em_stats_get()
|
| H A D | igb_ethdev.c | 477 {"tx_size_65_to_127_packets", offsetof(struct e1000_hw_stats, ptc127)}, 1752 stats->ptc127 += E1000_READ_REG(hw, E1000_PTC127); in igb_read_stats_registers()
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_type.h | 3863 u64 ptc127; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 642 {"tx_size_65_to_127_packets", offsetof(struct ixgbe_hw_stats, ptc127)}, 3239 hw_stats->ptc127 += IXGBE_READ_REG(hw, IXGBE_PTC127); in ixgbe_read_stats_registers()
|