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 D | dngl_stats.h | 39 unsigned long rx_packets; /* total packets received */ member
|
H A D | dhd_cdc.c | 674 dhd->dstats.rx_packets = dhd->rx_packets; in dhd_prot_dstats()
|
H A D | dhd_sdio.c | 3121 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 D | dhd_common.c | 826 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 D | dhd.h | 975 ulong rx_packets; /* Packets sent up the network interface */ member
|
H A D | wl_cfg80211.c | 8028 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 D | dhd_linux.c | 4979 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 D | hmac_event.c | 940 hmac_vap->station_info.rx_packets = query_station_reponse_event->rx_packets; in hmac_proc_query_response_event()
|
H A D | dmac_ext_if.h | 865 hi_u32 rx_packets; /* total packets received */ member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | net_bdh_adpater.c | 457 devStat.rxPackets = kdevStat->rx_packets; in hdf_bdh6_netdev_getstats()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 1150 sta_info->rx_packets = stats->rx_packets; in wal_cfg80211_fill_station_info()
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 800 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 D | oal_net.h | 1269 hi_u32 rx_packets; member
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 910 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