Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c337 if (ipa_ctx->tx_desc_free_list.count && in wlan_ipa_send_pkt_to_tl()
338 qdf_list_remove_front(&ipa_ctx->tx_desc_free_list, in wlan_ipa_send_pkt_to_tl()
2303 qdf_list_insert_back(&ipa_ctx->tx_desc_free_list, &tx_desc->node); in wlan_ipa_nbuf_cb()
3909 pool_size = ipa_ctx->tx_desc_free_list.max_size; in wlan_ipa_free_tx_desc_list()
3915 if (ipa_ctx->tx_desc_free_list.count && in wlan_ipa_free_tx_desc_list()
3916 qdf_list_remove_node(&ipa_ctx->tx_desc_free_list, in wlan_ipa_free_tx_desc_list()
3923 qdf_list_destroy(&ipa_ctx->tx_desc_free_list); in wlan_ipa_free_tx_desc_list()
3950 qdf_list_create(&ipa_ctx->tx_desc_free_list, max_desc_cnt); in wlan_ipa_alloc_tx_desc_free_list()
3956 qdf_list_insert_back(&ipa_ctx->tx_desc_free_list, in wlan_ipa_alloc_tx_desc_free_list()
H A Dwlan_ipa_stats.c621 &ipa_ctx->tx_desc_free_list); in wlan_ipa_print_txrx_stats()
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
H A Dwlan_ipa_priv.h696 qdf_list_t tx_desc_free_list; member