Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c868 dp_global->tx_cookie_ctx_alloc_cnt--; in dp_soc_tx_cookie_detach_be()
869 if (dp_global->tx_cookie_ctx_alloc_cnt == 0) { in dp_soc_tx_cookie_detach_be()
899 if (dp_global->tx_cookie_ctx_alloc_cnt == 0) { in dp_soc_tx_cookie_attach_be()
917 dp_global->tx_cookie_ctx_alloc_cnt++; in dp_soc_tx_cookie_attach_be()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn.h189 int tx_cookie_ctx_alloc_cnt; member