/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dngl_stats.h | 40 unsigned long tx_packets; /* total packets transmitted */ member
|
H A D | dhd_cdc.c | 672 dhd->dstats.tx_packets = dhd->tx_packets; in dhd_prot_dstats()
|
H A D | dhd_sdio.c | 273 static int tx_packets[NUMPRIO]; variable 2050 if (PKTPRIO(pkt) < ARRAYSIZE(tx_packets)) in dhdsdio_txpkt_preprocess() 2051 tx_packets[PKTPRIO(pkt)]++; in dhdsdio_txpkt_preprocess() 3134 dhd_dump_pct(strbuf, "Tx: pkts/f2wr", bus->dhd->tx_packets, bus->f2txdata); in dhd_bus_dump() 3135 dhd_dump_pct(strbuf, ", pkts/f1sd", bus->dhd->tx_packets, bus->f1regdata); in dhd_bus_dump() 3136 dhd_dump_pct(strbuf, ", pkts/sd", bus->dhd->tx_packets, in dhd_bus_dump() 3138 dhd_dump_pct(strbuf, ", pkts/int", bus->dhd->tx_packets, bus->intrcount); 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 in dhd_bus_dump() [all...] |
H A D | dhd_common.c | 823 bcm_bprintf(strbuf, "tx_packets %lu tx_bytes %lu tx_errors %lu tx_dropped %lu\n", in dhd_dump() 824 dhdp->dstats.tx_packets, dhdp->dstats.tx_bytes, in dhd_dump() 832 bcm_bprintf(strbuf, "tx_packets %lu tx_dropped %lu tx_multicast %lu tx_errors %lu\n", in dhd_dump() 833 dhdp->tx_packets, dhdp->tx_dropped, dhdp->tx_multicast, dhdp->tx_errors); in dhd_dump() 1666 dhd_pub->tx_packets = dhd_pub->rx_packets = 0; in dhd_doiovar()
|
H A D | dbus.c | 2336 dhd->dstats.tx_packets++; in dhd_dbus_send_complete()
|
H A D | dhd.h | 969 ulong tx_packets; /* Data packets sent to dongle */ member
|
H A D | dhd_linux.c | 3798 /* tx_packets counter can counted only when wlfc is disabled */ in dhd_start_xmit() 3802 dhd->pub.tx_packets++; in dhd_start_xmit() 3803 ifp->stats.tx_packets++; in dhd_start_xmit() 5070 dhd->pub.tx_packets++; in dhd_txcomplete() 5071 ifp->stats.tx_packets++; in dhd_txcomplete()
|
H A D | wl_cfg80211.c | 8030 sinfo->tx_packets = pktcnt.tx_good_pkt; in wl_cfg80211_get_station() 8036 sinfo->tx_packets = (uint32)dtoh64(if_stats->txfrmsnt); in wl_cfg80211_get_station()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_event.c | 941 hmac_vap->station_info.tx_packets = query_station_reponse_event->tx_packets; in hmac_proc_query_response_event()
|
H A D | dmac_ext_if.h | 866 hi_u32 tx_packets; /* total packets transmitted */ member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | net_bdh_adpater.c | 458 devStat.txPackets = kdevStat->tx_packets; in hdf_bdh6_netdev_getstats()
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 1370 devinfo(dev, "stop stats: rx/tx %ld/%ld, errs %ld/%ld", dev->stats.rx_packets, dev->stats.tx_packets,
in hw_stop() 1639 dev->stats.tx_packets++;
in tx_complete() 2579 dev->stats.tx_packets += ndgrams - 1;
in cdc_ncm_tx_fixup()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 1151 sta_info->tx_packets = stats->tx_packets; in wal_cfg80211_fill_station_info()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1270 hi_u32 tx_packets; member
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 909 u64 tx_packets; member 1070 seq_printf(m, "tx_packets\t%lld\n", le64_to_cpu(counters->tx_packets)); in proc_get_tally_counter() 1475 "tx_packets\t%lld\n" in proc_get_tally_counter() 1488 le64_to_cpu(counters->tx_packets), in proc_get_tally_counter() 5718 "tx_packets", 5789 data[0] = le64_to_cpu(counters->tx_packets); in rtl8168_get_ethtool_stats() [all...] |