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`
3893 u64 _bytes, _packets; in sky2_get_stats() local3898 _packets = sky2->rx_stats.packets; in sky2_get_stats()3901 stats->rx_packets = _packets; in sky2_get_stats()3907 _packets = sky2->tx_stats.packets; in sky2_get_stats()3910 stats->tx_packets = _packets; in sky2_get_stats()
4895 u64 _bytes, _packets; in igc_update_stats() local4928 _packets = ring->rx_stats.packets; in igc_update_stats()4931 packets += _packets; in igc_update_stats()4945 _packets = ring->tx_stats.packets; in igc_update_stats()4948 packets += _packets; in igc_update_stats()
6696 u64 _bytes, _packets; in igb_update_stats() local6724 _packets = ring->rx_stats.packets; in igb_update_stats()6727 packets += _packets; in igb_update_stats()6740 _packets = ring->tx_stats.packets; in igb_update_stats()6743 packets += _packets; in igb_update_stats()