Searched refs:tx_descs (Results 1 – 1 of 1) sorted by relevance
8249 struct ath12k_tx_desc_info *tx_descs, **tx_desc_addr; in qwz_dp_cc_desc_init() local8293 tx_descs = mallocarray(ATH12K_MAX_SPT_ENTRIES, sizeof(*tx_descs), in qwz_dp_cc_desc_init()8296 if (!tx_descs) { in qwz_dp_cc_desc_init()8307 dp->spt_info->txbaddr[tx_spt_page] = &tx_descs[0]; in qwz_dp_cc_desc_init()8310 tx_descs[j].desc_id = qwz_dp_cc_cookie_gen(ppt_idx, j); in qwz_dp_cc_desc_init()8311 tx_descs[j].pool_id = pool_id; in qwz_dp_cc_desc_init()8313 &tx_descs[j], entry); in qwz_dp_cc_desc_init()8318 *tx_desc_addr = &tx_descs[j]; in qwz_dp_cc_desc_init()8333 struct ath12k_tx_desc_info *tx_descs; in qwz_dp_cc_cleanup() local8369 tx_descs = dp->spt_info->txbaddr[tx_spt_page]; in qwz_dp_cc_cleanup()[all …]