Home
last modified time | relevance | path

Searched refs:tx_pending (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c6069 uint32_t tx_pending = 0; in wma_delete_bss() local
6159 tx_pending = val.cdp_pdev_param_tx_pending; in wma_delete_bss()
6160 wma_debug("Outstanding msdu packets: %u", tx_pending); in wma_delete_bss()
6165 if (tx_pending) { in wma_delete_bss()
6167 tx_pending); in wma_delete_bss()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c12855 int32_t tx_pending; in dp_runtime_suspend() local
12864 tx_pending = dp_get_tx_pending(dp_pdev_to_cdp_pdev(pdev)); in dp_runtime_suspend()
12865 if (tx_pending) { in dp_runtime_suspend()
12867 soc, tx_pending); in dp_runtime_suspend()
13390 int32_t tx_pending; in dp_bus_suspend() local
13398 while ((tx_pending = dp_get_tx_pending((struct cdp_pdev *)pdev))) { in dp_bus_suspend()
13402 tx_pending); in dp_bus_suspend()