Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1217 unsigned long *stats_item = NULL; in atl1e_update_hw_stats() local
1221 stats_item = &adapter->hw_stats.rx_ok; in atl1e_update_hw_stats()
1223 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()
1224 stats_item++; in atl1e_update_hw_stats()
1229 stats_item = &adapter->hw_stats.tx_ok; in atl1e_update_hw_stats()
1231 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()
1232 stats_item++; in atl1e_update_hw_stats()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1461 unsigned long *stats_item = NULL; in atl1c_update_hw_stats() local
1466 stats_item = &adapter->hw_stats.rx_ok; in atl1c_update_hw_stats()
1469 *stats_item += data; in atl1c_update_hw_stats()
1470 stats_item++; in atl1c_update_hw_stats()
1475 stats_item = &adapter->hw_stats.tx_ok; in atl1c_update_hw_stats()
1478 *stats_item += data; in atl1c_update_hw_stats()
1479 stats_item++; in atl1c_update_hw_stats()