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`1224 * - `rx_prio[p]_packets`1232 * - `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()
5087 u64 _bytes, _packets; in igc_update_stats() local5120 _packets = ring->rx_stats.packets; in igc_update_stats()5123 packets += _packets; in igc_update_stats()5137 _packets = ring->tx_stats.packets; in igc_update_stats()5140 packets += _packets; in igc_update_stats()
6719 u64 _bytes, _packets; in igb_update_stats() local6747 _packets = ring->rx_stats.packets; in igb_update_stats()6750 packets += _packets; in igb_update_stats()6763 _packets = ring->tx_stats.packets; in igb_update_stats()6766 packets += _packets; in igb_update_stats()