Home
last modified time | relevance | path

Searched refs:txbaddr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c1196 if (!dp->spt_info->txbaddr[tx_spt_page]) in ath12k_dp_cc_cleanup()
1199 kfree(dp->spt_info->txbaddr[tx_spt_page]); in ath12k_dp_cc_cleanup()
1200 dp->spt_info->txbaddr[tx_spt_page] = NULL; in ath12k_dp_cc_cleanup()
1410 dp->spt_info->txbaddr[tx_spt_page] = &tx_descs[0]; in ath12k_dp_cc_desc_init()
H A Ddp.h293 struct ath12k_tx_desc_info *txbaddr[ATH12K_NUM_TX_SPT_PAGES]; member