Searched refs:txbaddr (Results 1 – 2 of 2) sorted by relevance
1059 if (dp->txbaddr) { in ath12k_dp_cc_cleanup()1066 if (!dp->txbaddr[tx_spt_page]) in ath12k_dp_cc_cleanup()1069 kfree(dp->txbaddr[tx_spt_page]); in ath12k_dp_cc_cleanup()1070 dp->txbaddr[tx_spt_page] = NULL; in ath12k_dp_cc_cleanup()1076 kfree(dp->txbaddr); in ath12k_dp_cc_cleanup()1077 dp->txbaddr = NULL; in ath12k_dp_cc_cleanup()1255 dp->txbaddr = kzalloc_objs(struct ath12k_tx_desc_info *, in ath12k_dp_cc_desc_init()1258 if (!dp->txbaddr) in ath12k_dp_cc_desc_init()1278 dp->txbaddr[tx_spt_page] = &tx_descs[0]; in ath12k_dp_cc_desc_init()
498 struct ath12k_tx_desc_info **txbaddr; member