Home
last modified time | relevance | path

Searched refs:spcl_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.c877 dp_global->spcl_tx_cookie_ctx_alloc_cnt--; in dp_soc_tx_cookie_detach_be()
878 if (dp_global->spcl_tx_cookie_ctx_alloc_cnt == 0) { in dp_soc_tx_cookie_detach_be()
919 if (dp_global->spcl_tx_cookie_ctx_alloc_cnt == 0) { in dp_soc_tx_cookie_attach_be()
937 dp_global->spcl_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.h192 int spcl_tx_cookie_ctx_alloc_cnt; member