Lines Matching refs:packets
332 tx_packets = stats->packets; in fbnic_get_stats64()
349 tx_packets = stats->packets; in fbnic_get_stats64()
361 rx_packets = stats->packets; in fbnic_get_stats64()
378 rx_packets = stats->packets; in fbnic_get_stats64()
406 u64 bytes, packets; in fbnic_get_queue_stats_rx() local
415 packets = stats->packets; in fbnic_get_queue_stats_rx()
419 rx->packets = packets; in fbnic_get_queue_stats_rx()
429 u64 bytes, packets; in fbnic_get_queue_stats_tx() local
438 packets = stats->packets; in fbnic_get_queue_stats_tx()
442 tx->packets = packets; in fbnic_get_queue_stats_tx()
452 tx->packets = fbn->tx_stats.packets; in fbnic_get_base_stats()
455 rx->packets = fbn->rx_stats.packets; in fbnic_get_base_stats()