Home
last modified time | relevance | path

Searched refs:tx_cc_ctx (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.h352 struct dp_hw_cookie_conversion_t tx_cc_ctx[MAX_TXDESC_POOLS]; member
674 return dp_global->tx_cc_ctx[pool_id]; in dp_get_tx_cookie_t()
693 return &be_soc->tx_cc_ctx[pool_id]; in dp_get_tx_cookie_t()
702 return &be_soc->tx_cc_ctx[pool_id]; in dp_get_spcl_tx_cookie_t()
Ddp_be.c872 dp_global->tx_cc_ctx[i]); in dp_soc_tx_cookie_detach_be()
873 qdf_mem_free(dp_global->tx_cc_ctx[i]); in dp_soc_tx_cookie_detach_be()
901 dp_global->tx_cc_ctx[i] = in dp_soc_tx_cookie_attach_be()
904 cc_ctx = dp_global->tx_cc_ctx[i]; in dp_soc_tx_cookie_attach_be()
952 dp_global->tx_cc_ctx[i]); in dp_soc_tx_cookie_deinit_be()
969 cc_ctx = dp_global->tx_cc_ctx[i]; in dp_soc_tx_cookie_init_be()
995 &be_soc->tx_cc_ctx[i]); in dp_soc_tx_cookie_detach_be()
1011 &be_soc->tx_cc_ctx[i], in dp_soc_tx_cookie_attach_be()
1028 &be_soc->tx_cc_ctx[i]); in dp_soc_tx_cookie_deinit_be()
1041 &be_soc->tx_cc_ctx[i]); in dp_soc_tx_cookie_init_be()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn.h184 struct dp_hw_cookie_conversion_t *tx_cc_ctx[4]; member