| /linux/arch/s390/appldata/ |
| H A D | appldata_net_sum.c | 42 u64 rx_packets; /* total packets received */ member 64 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, in appldata_get_net_sum_data() local 71 rx_packets = 0; in appldata_get_net_sum_data() 87 rx_packets += stats->rx_packets; in appldata_get_net_sum_data() 101 net_data->rx_packets = rx_packets; in appldata_get_net_sum_data()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_police.c | 174 old_stats->pkts = new_stats.rx_packets; in lan966x_police_port_add() 217 new_stats.rx_packets - old_stats->pkts, in lan966x_police_port_stats() 223 old_stats->pkts = new_stats.rx_packets; in lan966x_police_port_stats()
|
| H A D | lan966x_mirror.c | 116 new_stats.rx_packets - old_stats->pkts, in lan966x_mirror_port_stats() 122 old_stats->pkts = new_stats.rx_packets; in lan966x_mirror_port_stats()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_xsk.c | 347 unsigned int *rx_packets, in i40e_handle_xdp_result_zc() argument 354 *rx_packets = 1; in i40e_handle_xdp_result_zc() 378 *rx_packets = 0; in i40e_handle_xdp_result_zc() 384 *rx_packets = 0; in i40e_handle_xdp_result_zc() 428 unsigned int rx_packets; in i40e_clean_rx_irq_zc() local 476 i40e_handle_xdp_result_zc(rx_ring, first, rx_desc, &rx_packets, in i40e_clean_rx_irq_zc() 481 total_rx_packets += rx_packets; in i40e_clean_rx_irq_zc()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_repr.c | 53 stats->rx_packets++; in nfp_repr_inc_rx_stats() 68 stats->rx_packets = readq(mem + NFP_MAC_STATS_RX_FRAMES_RECEIVED_OK); in nfp_repr_phy_port_get_stats64() 84 stats->rx_packets = readq(port->vnic + NFP_NET_CFG_STATS_TX_FRAMES); in nfp_repr_vnic_get_stats64() 142 rpkts = repr_stats->rx_packets; in nfp_repr_get_host_stats64() 149 stats->rx_packets += rpkts; in nfp_repr_get_host_stats64()
|
| /linux/drivers/net/ |
| H A D | mhi_net.c | 20 u64_stats_t rx_packets; member 108 stats->rx_packets = u64_stats_read(&mhi_netdev->stats.rx_packets); in mhi_ndo_get_stats64() 225 u64_stats_inc(&mhi_netdev->stats.rx_packets); in mhi_net_dl_callback()
|
| /linux/drivers/net/thunderbolt/ |
| H A D | main.c | 124 u64 rx_packets; member 807 unsigned int rx_packets = 0; in tbnet_poll() local 809 while (rx_packets < budget) { in tbnet_poll() 883 rx_packets++; in tbnet_poll() 894 net->stats.rx_packets += rx_packets; in tbnet_poll() 899 if (rx_packets >= budget) in tbnet_poll() 902 napi_complete_done(napi, rx_packets); in tbnet_poll() 906 return rx_packets; in tbnet_poll() 1247 stats->rx_packets = net->stats.rx_packets; in tbnet_get_stats64()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | vnic_main.c | 70 stats->netstats.rx_packets += qnstats->rx_packets; in hfi1_vnic_update_stats() 92 netdev->stats.rx_packets = stats->netstats.rx_packets; in hfi1_vnic_update_stats() 160 stats->netstats.rx_packets++; in hfi1_vnic_update_rx_counters()
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_ethtool.c | 21 u64 rx_packets; member 49 u64 rx_packets; member 181 tsnep_stats.rx_packets += adapter->rx[i].packets; in tsnep_ethtool_get_ethtool_stats() 204 tsnep_rx_queue_stats.rx_packets = adapter->rx[i].packets; in tsnep_ethtool_get_ethtool_stats()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_ethtool.c | 431 ndev->stats.rx_packets++; in __lb_other_process() 451 unsigned long rx_packets = ndev->stats.rx_packets; in __lb_clean_rings() local 460 ret = (int)(ndev->stats.rx_packets - rx_packets); in __lb_clean_rings() 461 ndev->stats.rx_packets = rx_packets; in __lb_clean_rings() 863 p[0] = net_stats->rx_packets; in hns_get_ethtool_stats()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | rx.c | 147 dev->stats.rx_packets++; in lbs_process_rxed_packet() 262 dev->stats.rx_packets++; in process_rxed_802_11_packet()
|
| /linux/include/linux/ |
| H A D | if_link.h | 10 __u64 rx_packets; member
|
| /linux/drivers/thunderbolt/ |
| H A D | ctl.c | 45 struct ctl_pkg *rx_packets[TB_CTL_RX_PKG_COUNT]; member 684 ctl->rx_packets[i] = tb_ctl_pkg_alloc(ctl); in tb_ctl_alloc() 685 if (!ctl->rx_packets[i]) in tb_ctl_alloc() 687 ctl->rx_packets[i]->frame.callback = tb_ctl_rx_callback; in tb_ctl_alloc() 719 tb_ctl_pkg_free(ctl->rx_packets[i]); in tb_ctl_free() 737 tb_ctl_rx_submit(ctl->rx_packets[i]); in tb_ctl_start()
|
| /linux/include/uapi/linux/ |
| H A D | mpls.h | 66 __u64 rx_packets; /* total packets received */ member
|
| H A D | hdlcdrv.h | 47 unsigned long rx_packets; member
|
| /linux/drivers/net/ethernet/apm/xgene-v2/ |
| H A D | main.h | 45 u64 rx_packets; member
|
| /linux/drivers/net/xen-netback/ |
| H A D | interface.c | 277 u64 rx_packets = 0; in xenvif_get_stats() local 289 rx_packets += queue->stats.rx_packets; in xenvif_get_stats() 297 vif->dev->stats.rx_packets = rx_packets; in xenvif_get_stats()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn23xx_pf_device.h | 47 u64 rx_packets; member
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_mirror.c | 218 new_stats.rx_packets - old_stats->pkts, in sparx5_mirror_stats() 224 old_stats->pkts = new_stats.rx_packets; in sparx5_mirror_stats()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef100_rep.h | 20 atomic64_t rx_packets, tx_packets; member
|
| H A D | ef100_rep.c | 131 stats->rx_packets = atomic64_read(&efv->stats.rx_packets); in efx_ef100_rep_get_stats64() 469 atomic64_inc(&efv->stats.rx_packets); in efx_ef100_rep_rx_packet()
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 805 int rx_packets = 0; in ravb_rx_gbeth() local 821 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_gbeth() 926 rx_packets++; in ravb_rx_gbeth() 945 stats->rx_packets += rx_packets; in ravb_rx_gbeth() 946 return rx_packets; in ravb_rx_gbeth() 982 int rx_packets = 0; in ravb_rx_rcar() local 991 if (rx_packets == budget || desc->die_dt == DT_FEMPTY) in ravb_rx_rcar() 1043 rx_packets++; in ravb_rx_rcar() 1056 stats->rx_packets += rx_packets; in ravb_rx_rcar() 1057 return rx_packets; in ravb_rx_rcar() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_repr.h | 11 u64 rx_packets; member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_txrx.c | 190 src_node->stats.rx_packets++; in mwifiex_uap_queue_bridged_pkt() 200 priv->stats.rx_packets++; in mwifiex_uap_queue_bridged_pkt() 294 src_node->stats.rx_packets++; in mwifiex_uap_recv_packet()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mlx4_stats.h | 22 unsigned long rx_packets; member
|