Searched refs:latecol (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_hw.h | 226 u64 latecol; member
|
| H A D | igc_ethtool.c | 41 IGC_STAT("tx_window_errors", stats.latecol), 42 IGC_STAT("tx_abort_late_coll", stats.latecol), 220 regs_buff[38] = adapter->stats.latecol; in igc_ethtool_get_regs()
|
| H A D | igc_main.c | 3701 adapter->stats.latecol += rd32(IGC_LATECOL); in igc_update_stats() 3761 adapter->stats.latecol; in igc_update_stats() 3763 net_stats->tx_window_errors = adapter->stats.latecol; in igc_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.h | 670 u64 latecol; /* TX packets w/ late collisions */ member
|
| H A D | atl1.c | 1703 adapter->soft_stats.latecol += smb->tx_late_col; in atl1_inc_smb() 3154 {"tx_abort_late_coll", ATL1_STAT(soft_stats.latecol)},
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 176 u64 latecol; member
|
| H A D | igb_ethtool.c | 48 IGB_STAT("tx_window_errors", stats.latecol), 49 IGB_STAT("tx_abort_late_coll", stats.latecol), 561 regs_buff[62] = adapter->stats.latecol; in igb_get_regs()
|
| H A D | igb_main.c | 6659 adapter->stats.latecol += rd32(E1000_LATECOL); in igb_update_stats() 6737 adapter->stats.latecol; in igb_update_stats() 6739 net_stats->tx_window_errors = adapter->stats.latecol; in igb_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 368 u64 latecol; member
|
| H A D | netdev.c | 4905 adapter->stats.latecol += phy_data; in e1000e_update_phy_stats() 4965 adapter->stats.latecol += er32(LATECOL); in e1000e_update_stats() 5020 netdev->stats.tx_errors = adapter->stats.ecol + adapter->stats.latecol; in e1000e_update_stats() 5022 netdev->stats.tx_window_errors = adapter->stats.latecol; in e1000e_update_stats() 6031 stats->tx_errors = adapter->stats.ecol + adapter->stats.latecol; in e1000e_get_stats64() 6033 stats->tx_window_errors = adapter->stats.latecol; in e1000e_get_stats64()
|
| H A D | ethtool.c | 68 E1000_STAT("tx_window_errors", stats.latecol), 69 E1000_STAT("tx_abort_late_coll", stats.latecol),
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_ethtool.c | 50 { "tx_window_errors", E1000_STAT(stats.latecol) }, 51 { "tx_abort_late_coll", E1000_STAT(stats.latecol) },
|
| H A D | e1000_main.c | 3635 adapter->stats.latecol += er32(LATECOL); in e1000_update_stats() 3703 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol; in e1000_update_stats() 3706 netdev->stats.tx_window_errors = adapter->stats.latecol; in e1000_update_stats()
|
| H A D | e1000_hw.h | 1262 u64 latecol; member
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.h | 983 uint64_t latecol; member
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 443 {"tx_late_collisions", offsetof(struct e1000_hw_stats, latecol)}, 1950 stats->latecol += E1000_READ_REG(hw, E1000_LATECOL); in igb_read_stats_registers() 2068 rte_stats->oerrors = stats->ecol + stats->latecol; in eth_igb_stats_get()
|