Searched refs:txbaddr (Results 1 – 2 of 2) sorted by relevance
1069 if (dp->txbaddr) { in ath12k_dp_cc_cleanup()1076 if (!dp->txbaddr[tx_spt_page]) in ath12k_dp_cc_cleanup()1079 kfree(dp->txbaddr[tx_spt_page]); in ath12k_dp_cc_cleanup()1080 dp->txbaddr[tx_spt_page] = NULL; in ath12k_dp_cc_cleanup()1086 kfree(dp->txbaddr); in ath12k_dp_cc_cleanup()1087 dp->txbaddr = NULL; in ath12k_dp_cc_cleanup()1265 dp->txbaddr = kzalloc_objs(struct ath12k_tx_desc_info *, in ath12k_dp_cc_desc_init()1268 if (!dp->txbaddr) in ath12k_dp_cc_desc_init()1288 dp->txbaddr[tx_spt_page] = &tx_descs[0]; in ath12k_dp_cc_desc_init()
498 struct ath12k_tx_desc_info **txbaddr; member