/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_port.c | 170 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 D | mlx4_en_netdev.c | 1124 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() 2782 &priv->pkstats.rx_packets, 0, "RX packets"); in mlx4_en_sysctl_stat()
|
/freebsd/sys/netlink/route/ |
H A D | interface.h | 183 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 D | stats.h | 40 u64 rx_packets; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | testmode.c | 541 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 D | adapter.h | 141 uint64_t rx_packets; member
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dos.h | 175 DWORD rx_packets; /* total packets received */ member
|
H A D | pcap-dos.c | 412 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 D | iavf_iflib.h | 187 u64 rx_packets; member
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 270 unsigned long rx_packets; member
|
H A D | if_igc.c | 945 if (rxr->rx_bytes && rxr->rx_packets) { in igc_neweitr() 948 rxr->rx_bytes/rxr->rx_packets); in igc_neweitr() 949 packets = max(packets, rxr->rx_packets); in igc_neweitr() 1085 rxr->rx_packets = 0; in igc_intr() 1131 rxr->rx_packets = 0; in igc_msix_que()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | netdevice.h | 127 unsigned long rx_packets; member
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 435 unsigned long rx_packets; member
|
H A D | em_txrx.c | 706 rxr->rx_packets++; in lem_isc_rxd_pkt_get() 771 rxr->rx_packets++; in em_isc_rxd_pkt_get()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 304 u64 rx_packets; member
|
H A D | ix_txrx.c | 449 rxr->rx_packets++; in ixgbe_isc_rxd_pkt_get()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | 373 u64 rx_packets; member
|
H A D | ixl_txrx.c | 716 rxr->rx_packets++; in ixl_isc_rxd_pkt_get() 924 CTLFLAG_RD, &(rxr->rx_packets), in ixl_vsi_add_queues_stats()
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_helpers.c | 1105 (si->data.rx_packets && in wpas_dbus_new_from_signal_information() 1107 si->data.rx_packets)) || in wpas_dbus_new_from_signal_information()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | accounting.c | 296 data.rx_packets)) { in accounting_sta_report()
|
/freebsd/sys/dev/ice/ |
H A D | ice_iflib_txrx.c | 444 rxq->stats.rx_packets++; in ice_ift_queue_select()
|
/freebsd/sys/dev/ena/ |
H A D | ena.h | 412 counter_u64_t rx_packets; member
|
/freebsd/sys/dev/mana/ |
H A D | mana.h | 467 counter_u64_t rx_packets; member
|
H A D | mana_sysctl.c | 201 CTLFLAG_RD, &port_stats->rx_packets, "Packets received"); in mana_sysctl_add_port()
|
/freebsd/contrib/libpcap/pcap/ |
H A D | pcap.h | 318 u_long rx_packets; /* total packets received */ member
|