Home
last modified time | relevance | path

Searched refs:tx_pkts (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_debug.c1408 __dhd_dbg_free_tx_pkts(dhd_pub_t *dhdp, dhd_dbg_tx_info_t *tx_pkts, in __dhd_dbg_free_tx_pkts() argument
1415 while ((count < pkt_count) && tx_pkts) { in __dhd_dbg_free_tx_pkts()
1416 if (tx_pkts->info.pkt) { in __dhd_dbg_free_tx_pkts()
1417 linux_pktfree_irq(dhdp->osh, tx_pkts->info.pkt, TRUE); in __dhd_dbg_free_tx_pkts()
1419 tx_pkts++; in __dhd_dbg_free_tx_pkts()
1493 dhd_dbg_tx_info_t *tx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() local
1534 alloc_len = (sizeof(*tx_pkts) * MAX_FATE_LOG_LEN); in dhd_dbg_attach_pkt_monitor()
1535 tx_pkts = (dhd_dbg_tx_info_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor()
1536 if (unlikely(!tx_pkts)) { in dhd_dbg_attach_pkt_monitor()
1543 dhdp->dbg->pkt_mon.tx_report->tx_pkts in dhd_dbg_attach_pkt_monitor()
1683 dhd_dbg_tx_info_t *tx_pkts; dhd_dbg_monitor_tx_pkts() local
[all...]
H A Ddhd_debug.h606 dhd_dbg_tx_info_t *tx_pkts; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h1769 uint32 tx_pkts; /**< # of user packets transmitted (unicast) */ member
1842 uint32 tx_pkts; /**< # of user packets transmitted (unicast) */ member
1918 uint32 tx_pkts; /**< # of user packets transmitted (unicast) */ member
19164 uint32 tx_pkts; /* num of packets transmitted (ucast) */ member

Completed in 71 milliseconds