Home
last modified time | relevance | path

Searched refs:stats_item (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1200 unsigned long *stats_item = NULL; in atl1e_update_hw_stats() local
1204 stats_item = &adapter->hw_stats.rx_ok; in atl1e_update_hw_stats()
1206 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()
1207 stats_item++; in atl1e_update_hw_stats()
1212 stats_item = &adapter->hw_stats.tx_ok; in atl1e_update_hw_stats()
1214 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()
1215 stats_item++; in atl1e_update_hw_stats()
/Linux-v5.4/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1453 unsigned long *stats_item = NULL; in atl1c_update_hw_stats() local
1458 stats_item = &adapter->hw_stats.rx_ok; in atl1c_update_hw_stats()
1461 *stats_item += data; in atl1c_update_hw_stats()
1462 stats_item++; in atl1c_update_hw_stats()
1467 stats_item = &adapter->hw_stats.tx_ok; in atl1c_update_hw_stats()
1470 *stats_item += data; in atl1c_update_hw_stats()
1471 stats_item++; in atl1c_update_hw_stats()