Home
last modified time | relevance | path

Searched refs:rx_packets (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c170 priv->pkstats.rx_packets = packets; in mlx4_en_fold_software_stats()
262 priv->pkstats.rx_packets = en_stats_adder(&mlx4_en_stats->RTOT_prio_0, in mlx4_en_DUMP_ETH_STATS()
351 priv->pkstats.rx_packets - priv->pkstats_last.rx_packets); in mlx4_en_DUMP_ETH_STATS()
434 priv->pkstats.rx_packets = 0; in mlx4_en_get_vport_stats()
439 priv->pkstats.rx_packets += priv->rx_ring[i]->packets; in mlx4_en_get_vport_stats()
477 priv->pkstats.rx_packets = vf_stats->rx_frames; in mlx4_en_get_vport_stats()
H A Dmlx4_en_netdev.c1124 unsigned long rx_packets; in mlx4_en_auto_moderation() local
1135 rx_packets = priv->rx_ring[ring]->packets; in mlx4_en_auto_moderation()
1139 rx_pkt_diff = ((unsigned long) (rx_packets - in mlx4_en_auto_moderation()
1173 priv->last_moder_packets[ring] = rx_packets; in mlx4_en_auto_moderation()
2787 &priv->pkstats.rx_packets, 0, "RX packets"); in mlx4_en_sysctl_stat()
/freebsd/sys/netlink/route/
H A Dinterface.h183 uint32_t rx_packets; /* total RX packets (IFCOUNTER_IPACKETS) */ member
211 uint64_t rx_packets; /* total RX packets (IFCOUNTER_IPACKETS) */ member
/freebsd/sys/dev/mlx4/
H A Dstats.h40 u64 rx_packets; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c541 u64 rx_packets = 0; in mt76_testmode_dump_stats() local
554 rx_packets += td->rx_stats.packets[i]; in mt76_testmode_dump_stats()
561 nla_put_u64_64bit(msg, MT76_TM_STATS_ATTR_RX_PACKETS, rx_packets, in mt76_testmode_dump_stats()
/freebsd/sys/dev/sume/
H A Dadapter.h141 uint64_t rx_packets; member
/freebsd/contrib/libpcap/
H A Dpcap-dos.h175 DWORD rx_packets; /* total packets received */ member
H A Dpcap-dos.c412 pd->stat.ps_recv = stats->rx_packets; in pcap_stats_dos()
1169 stats->rx_packets = pktStat.inPackets; in pkt_stats()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h187 u64 rx_packets; member
/freebsd/sys/dev/igc/
H A Dif_igc.h313 unsigned long rx_packets; member
H A Digc_txrx.c509 rxr->rx_packets++; in igc_isc_rxd_pkt_get()
/freebsd/sys/dev/e1000/
H A Dif_em.h420 unsigned long rx_packets; member
H A Digb_txrx.c485 rxr->rx_packets++; in igb_isc_rxd_pkt_get()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h119 unsigned long rx_packets; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe.h304 u64 rx_packets; member
H A Dix_txrx.c443 rxr->rx_packets++; in ixgbe_isc_rxd_pkt_get()
/freebsd/sys/dev/ixl/
H A Dixl.h373 u64 rx_packets; member
H A Dixl_txrx.c716 rxr->rx_packets++; in ixl_isc_rxd_pkt_get()
924 CTLFLAG_RD, &(rxr->rx_packets), in ixl_vsi_add_queues_stats()
/freebsd/sys/dev/ena/
H A Dena.h387 counter_u64_t rx_packets; member
/freebsd/contrib/wpa/src/ap/
H A Daccounting.c296 data.rx_packets)) { in accounting_sta_report()
/freebsd/sys/dev/mana/
H A Dmana_sysctl.c181 CTLFLAG_RD, &port_stats->rx_packets, "Packets received"); in mana_sysctl_add_port()
H A Dmana.h450 counter_u64_t rx_packets; member
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h270 u_long rx_packets; /* total packets received */ member
/freebsd/sys/dev/ice/
H A Dice_lib.h442 u64 rx_packets; member
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h388 unsigned long rx_packets; member

123