Searched refs:hgptc (Results 1 – 4 of 4) sorted by relevance
164 {"tx_sent_by_host_packets", offsetof(struct igc_hw_stats, hgptc)},1659 uint64_t old_hgptc = stats->hgptc; in igc_read_stats_registers()1745 stats->hgptc += IGC_READ_REG(hw, IGC_HGPTC); in igc_read_stats_registers()1754 stats->hgotc -= (stats->hgptc - old_hgptc) * RTE_ETHER_CRC_LEN; in igc_read_stats_registers()
588 u64 hgptc; member
576 u64 hgptc; member
489 {"tx_sent_by_host_packets", offsetof(struct e1000_hw_stats, hgptc)},1684 uint64_t old_hgptc = stats->hgptc; in igb_read_stats_registers()1779 stats->hgptc += E1000_READ_REG(hw, E1000_HGPTC); in igb_read_stats_registers()1786 stats->hgotc -= (stats->hgptc - old_hgptc) * RTE_ETHER_CRC_LEN; in igb_read_stats_registers()