Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp.c1165 desc_info = dp->spt_info->rxbaddr[i]; in ath12k_dp_cc_cleanup()
1184 if (!dp->spt_info->rxbaddr[i]) in ath12k_dp_cc_cleanup()
1187 kfree(dp->spt_info->rxbaddr[i]); in ath12k_dp_cc_cleanup()
1188 dp->spt_info->rxbaddr[i] = NULL; in ath12k_dp_cc_cleanup()
1418 dp->spt_info->rxbaddr[i] = &rx_descs[0]; in ath12k_dp_cc_desc_init()
Ddp.h303 struct ath12k_rx_desc_info *rxbaddr[ATH12K_NUM_RX_SPT_PAGES]; member