Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 - 15 of 15) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddngl_stats.h40 unsigned long tx_packets; /* total packets transmitted */ member
H A Ddhd_cdc.c672 dhd->dstats.tx_packets = dhd->tx_packets; in dhd_prot_dstats()
H A Ddhd_sdio.c273 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 Ddhd_common.c823 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 Ddbus.c2336 dhd->dstats.tx_packets++; in dhd_dbus_send_complete()
H A Ddhd.h969 ulong tx_packets; /* Data packets sent to dongle */ member
H A Ddhd_linux.c3798 /* 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 Dwl_cfg80211.c8030 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 Dhmac_event.c941 hmac_vap->station_info.tx_packets = query_station_reponse_event->tx_packets; in hmac_proc_query_response_event()
H A Ddmac_ext_if.h866 hi_u32 tx_packets; /* total packets transmitted */ member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dnet_bdh_adpater.c458 devStat.txPackets = kdevStat->tx_packets; in hdf_bdh6_netdev_getstats()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c1370 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 Dwal_cfg80211.c1151 sta_info->tx_packets = stats->tx_packets; in wal_cfg80211_fill_station_info()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1270 hi_u32 tx_packets; member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c909 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...]

Completed in 123 milliseconds