Home
last modified time | relevance | path

Searched refs:tsctc (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/igc/base/
H A Digc_hw.h572 u64 tsctc; member
/dpdk/drivers/net/e1000/base/
H A De1000_hw.h560 u64 tsctc; member
/dpdk/drivers/net/igc/
H A Digc_ethdev.c162 {"tx_tso_packets", offsetof(struct igc_hw_stats, tsctc)},
1741 stats->tsctc += IGC_READ_REG(hw, IGC_TSCTC); in igc_read_stats_registers()
/dpdk/drivers/net/e1000/
H A Dem_ethdev.c962 stats->tsctc += E1000_READ_REG(hw, E1000_TSCTC); in eth_em_stats_get()
H A Digb_ethdev.c486 {"tx_tso_packets", offsetof(struct e1000_hw_stats, tsctc)},
1795 stats->tsctc += E1000_READ_REG(hw, E1000_TSCTC); in igb_read_stats_registers()