Searched refs:stats_item (Results 1 – 2 of 2) sorted by relevance
1198 unsigned long *stats_item = NULL; in atl1e_update_hw_stats() local1202 stats_item = &adapter->hw_stats.rx_ok; in atl1e_update_hw_stats()1204 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()1205 stats_item++; in atl1e_update_hw_stats()1210 stats_item = &adapter->hw_stats.tx_ok; in atl1e_update_hw_stats()1212 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()1213 stats_item++; in atl1e_update_hw_stats()
1516 unsigned long *stats_item = NULL; in atl1c_update_hw_stats() local1521 stats_item = &adapter->hw_stats.rx_ok; in atl1c_update_hw_stats()1524 *stats_item += data; in atl1c_update_hw_stats()1525 stats_item++; in atl1c_update_hw_stats()1530 stats_item = &adapter->hw_stats.tx_ok; in atl1c_update_hw_stats()1533 *stats_item += data; in atl1c_update_hw_stats()1534 stats_item++; in atl1c_update_hw_stats()