Lines Matching refs:packets
422 tx_packets = stats->packets; in fbnic_get_stats64()
447 tx_packets = stats->packets; in fbnic_get_stats64()
459 rx_packets = stats->packets; in fbnic_get_stats64()
501 rx_packets = stats->packets; in fbnic_get_stats64()
531 u64 bytes, packets, alloc_fail; in fbnic_get_queue_stats_rx() local
542 packets = stats->packets; in fbnic_get_queue_stats_rx()
549 rx->packets = packets; in fbnic_get_queue_stats_rx()
572 u64 bytes, packets; in fbnic_get_queue_stats_tx() local
581 packets = stats->packets; in fbnic_get_queue_stats_tx()
589 tx->packets = packets; in fbnic_get_queue_stats_tx()
603 tx->packets = fbn->tx_stats.packets; in fbnic_get_base_stats()
610 rx->packets = fbn->rx_stats.packets; in fbnic_get_base_stats()