Home
last modified time | relevance | path

Searched refs:ptc64 (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_hw.h264 u64 ptc64; member
H A Digc_ethtool.c256 regs_buff[74] = adapter->stats.ptc64; in igc_ethtool_get_regs()
H A Digc_main.c3720 adapter->stats.ptc64 += rd32(IGC_PTC64); in igc_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_hw.h212 u64 ptc64; member
H A Digb_ethtool.c597 regs_buff[102] = adapter->stats.ptc64; in igb_get_regs()
H A Digb_main.c6678 adapter->stats.ptc64 += rd32(E1000_PTC64); in igb_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dhw.h404 u64 ptc64; member
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1023 uint64_t ptc64; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1303 u64 ptc64; member
H A De1000_main.c3657 adapter->stats.ptc64 += er32(PTC64); in e1000_update_stats()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c476 {"tx_size_64_packets", offsetof(struct e1000_hw_stats, ptc64)},
2002 stats->ptc64 += E1000_READ_REG(hw, E1000_PTC64); in igb_read_stats_registers()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3346 u64 ptc64; member
H A Dixgbe_ethtool.c881 regs_buff[965] = IXGBE_GET_STAT(adapter, ptc64); in ixgbe_get_regs()
H A Dixgbe_main.c7252 hwstats->ptc64 += IXGBE_READ_REG(hw, IXGBE_PTC64); in ixgbe_update_stats()
7253 hwstats->ptc64 -= xon_off_tot; in ixgbe_update_stats()