Searched refs:hgptc (Results 1 – 4 of 4) sorted by relevance
171 {"tx_sent_by_host_packets", offsetof(struct igc_hw_stats, hgptc)},1676 uint64_t old_hgptc = stats->hgptc; in igc_read_stats_registers()1762 stats->hgptc += IGC_READ_REG(hw, IGC_HGPTC); in igc_read_stats_registers()1771 stats->hgotc -= (stats->hgptc - old_hgptc) * RTE_ETHER_CRC_LEN; in igc_read_stats_registers()
576 u64 hgptc; member
588 u64 hgptc; member
491 {"tx_sent_by_host_packets", offsetof(struct e1000_hw_stats, hgptc)},1701 uint64_t old_hgptc = stats->hgptc; in igb_read_stats_registers()1796 stats->hgptc += E1000_READ_REG(hw, E1000_HGPTC); in igb_read_stats_registers()1803 stats->hgotc -= (stats->hgptc - old_hgptc) * RTE_ETHER_CRC_LEN; in igb_read_stats_registers()