Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1201 unsigned long *stats_item = NULL; in atl1e_update_hw_stats() local
1205 stats_item = &adapter->hw_stats.rx_ok; in atl1e_update_hw_stats()
1207 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()
1208 stats_item++; in atl1e_update_hw_stats()
1213 stats_item = &adapter->hw_stats.tx_ok; in atl1e_update_hw_stats()
1215 *stats_item += AT_READ_REG(&adapter->hw, hw_reg_addr); in atl1e_update_hw_stats()
1216 stats_item++; in atl1e_update_hw_stats()
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1504 unsigned long *stats_item = NULL; in atl1c_update_hw_stats() local
1509 stats_item = &adapter->hw_stats.rx_ok; in atl1c_update_hw_stats()
1512 *stats_item += data; in atl1c_update_hw_stats()
1513 stats_item++; in atl1c_update_hw_stats()
1518 stats_item = &adapter->hw_stats.tx_ok; in atl1c_update_hw_stats()
1521 *stats_item += data; in atl1c_update_hw_stats()
1522 stats_item++; in atl1c_update_hw_stats()