Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_hw.h266 u64 ptc255; member
H A Digc_ethtool.c258 regs_buff[76] = adapter->stats.ptc255; in igc_ethtool_get_regs()
H A Digc_main.c3722 adapter->stats.ptc255 += rd32(IGC_PTC255); in igc_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_hw.h214 u64 ptc255; member
H A Digb_ethtool.c599 regs_buff[104] = adapter->stats.ptc255; in igb_get_regs()
H A Digb_main.c6680 adapter->stats.ptc255 += rd32(E1000_PTC255); in igb_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dhw.h406 u64 ptc255; member
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1025 uint64_t ptc255; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1305 u64 ptc255; member
H A De1000_main.c3659 adapter->stats.ptc255 += er32(PTC255); in e1000_update_stats()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c478 {"tx_size_128_to_255_packets", offsetof(struct e1000_hw_stats, ptc255)},
2004 stats->ptc255 += E1000_READ_REG(hw, E1000_PTC255); in igb_read_stats_registers()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3348 u64 ptc255; member
H A Dixgbe_ethtool.c883 regs_buff[967] = IXGBE_GET_STAT(adapter, ptc255); in ixgbe_get_regs()
H A Dixgbe_main.c7255 hwstats->ptc255 += IXGBE_READ_REG(hw, IXGBE_PTC255); in ixgbe_update_stats()