Home
last modified time | relevance | path

Searched refs:rx_packets (Results 1 - 14 of 14) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddngl_stats.h39 unsigned long rx_packets; /* total packets received */ member
H A Ddhd_cdc.c674 dhd->dstats.rx_packets = dhd->rx_packets; in dhd_prot_dstats()
H A Ddhd_sdio.c3121 dhd_dump_pct(strbuf, "\nRx: pkts/f2rd", bus->dhd->rx_packets, in dhd_bus_dump()
3123 dhd_dump_pct(strbuf, ", pkts/f1sd", bus->dhd->rx_packets, bus->f1regdata); in dhd_bus_dump()
3124 dhd_dump_pct(strbuf, ", pkts/sd", bus->dhd->rx_packets, in dhd_bus_dump()
3126 dhd_dump_pct(strbuf, ", pkts/int", bus->dhd->rx_packets, bus->intrcount); in dhd_bus_dump()
3130 bus->dhd->rx_packets); in dhd_bus_dump()
3142 (bus->dhd->tx_packets + bus->dhd->rx_packets), in dhd_bus_dump()
3145 (bus->dhd->tx_packets + bus->dhd->rx_packets), bus->f1regdata); in dhd_bus_dump()
3147 (bus->dhd->tx_packets + bus->dhd->rx_packets), in dhd_bus_dump()
3150 (bus->dhd->tx_packets + bus->dhd->rx_packets), bus->intrcount); in dhd_bus_dump()
H A Ddhd_common.c826 bcm_bprintf(strbuf, "rx_packets %lu rx_bytes %lu rx_errors %lu rx_dropped %lu\n", in dhd_dump()
827 dhdp->dstats.rx_packets, dhdp->dstats.rx_bytes, in dhd_dump()
836 bcm_bprintf(strbuf, "rx_packets %lu rx_multicast %lu rx_errors %lu \n", in dhd_dump()
837 dhdp->rx_packets, dhdp->rx_multicast, dhdp->rx_errors); in dhd_dump()
1666 dhd_pub->tx_packets = dhd_pub->rx_packets = 0; in dhd_doiovar()
H A Ddhd.h975 ulong rx_packets; /* Packets sent up the network interface */ member
H A Dwl_cfg80211.c8028 sinfo->rx_packets = pktcnt.rx_good_pkt; in wl_cfg80211_get_station()
8034 sinfo->rx_packets = (uint32)dtoh64(if_stats->rxframe); in wl_cfg80211_get_station()
H A Ddhd_linux.c4979 dhdp->rx_packets++; /* Local count */ in dhd_rx_frame()
4981 ifp->stats.rx_packets++; in dhd_rx_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_event.c940 hmac_vap->station_info.rx_packets = query_station_reponse_event->rx_packets; in hmac_proc_query_response_event()
H A Ddmac_ext_if.h865 hi_u32 rx_packets; /* total packets received */ member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dnet_bdh_adpater.c457 devStat.rxPackets = kdevStat->rx_packets; in hdf_bdh6_netdev_getstats()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c1150 sta_info->rx_packets = stats->rx_packets; in wal_cfg80211_fill_station_info()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c800 dev->stats.rx_packets++; in hw_skb_return()
1370 devinfo(dev, "stop stats: rx/tx %ld/%ld, errs %ld/%ld", dev->stats.rx_packets, dev->stats.tx_packets, in hw_stop()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1269 hi_u32 rx_packets; member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c910 u64 rx_packets; member
1071 seq_printf(m, "rx_packets\t%lld\n", le64_to_cpu(counters->rx_packets)); in proc_get_tally_counter()
1476 "rx_packets\t%lld\n" in proc_get_tally_counter()
1489 le64_to_cpu(counters->rx_packets), in proc_get_tally_counter()
5719 "rx_packets",
5790 data[1] = le64_to_cpu(counters->rx_packets); in rtl8168_get_ethtool_stats()
[all...]

Completed in 128 milliseconds