Searched refs:_packets (Results 1 – 4 of 4) sorted by relevance
118 not be separately listed. For example, `ptp_tx[i]_packets` will not be119 explicitly documented since `tx[i]_packets` describes the behavior of both120 counters, except `ptp_tx[i]_packets` is only counted when precision time134 `rx[i]_packets` will be printed as `rx0_packets` for ring 0 and `rx_packets` for144 * - `rx[i]_packets`152 * - `tx[i]_packets`1186 * - `rx_prio[p]_packets`1194 * - `tx_prio[p]_packets`
3894 u64 _bytes, _packets; in sky2_get_stats() local3899 _packets = sky2->rx_stats.packets; in sky2_get_stats()3902 stats->rx_packets = _packets; in sky2_get_stats()3908 _packets = sky2->tx_stats.packets; in sky2_get_stats()3911 stats->tx_packets = _packets; in sky2_get_stats()
4890 u64 _bytes, _packets; in igc_update_stats() local4923 _packets = ring->rx_stats.packets; in igc_update_stats()4926 packets += _packets; in igc_update_stats()4940 _packets = ring->tx_stats.packets; in igc_update_stats()4943 packets += _packets; in igc_update_stats()
6705 u64 _bytes, _packets; in igb_update_stats() local6733 _packets = ring->rx_stats.packets; in igb_update_stats()6736 packets += _packets; in igb_update_stats()6749 _packets = ring->tx_stats.packets; in igb_update_stats()6752 packets += _packets; in igb_update_stats()