Searched refs:sarrays (Results 1 – 2 of 2) sorted by relevance
34 struct stats_struct sarrays[MAX_DEVICES][MAX_QID] = {{{0, 0, 0, 0, 0, 0, 0, 0, 0}}}; variable44 struct stats_struct *sarray = &sarrays[device][qid]; in update_stats()46 if (unlikely(sarrays[device][qid].rx_bytes > stats->rx_bytes || in update_stats()47 sarrays[device][qid].tx_bytes > stats->tx_bytes)) { in update_stats()
38 extern struct stats_struct sarrays[MAX_DEVICES][MAX_QID];73 sarray = &sarrays[ifdx][i]; in netdev_stats()