Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Ddp.c377 if (dp->bank_profiles[i].is_configured && in ath12k_dp_tx_get_bank_profile()
378 (dp->bank_profiles[i].bank_config ^ bank_config) == 0) { in ath12k_dp_tx_get_bank_profile()
382 if (!dp->bank_profiles[i].is_configured || in ath12k_dp_tx_get_bank_profile()
383 !dp->bank_profiles[i].num_users) { in ath12k_dp_tx_get_bank_profile()
396 dp->bank_profiles[bank_id].is_configured = true; in ath12k_dp_tx_get_bank_profile()
397 dp->bank_profiles[bank_id].bank_config = bank_config; in ath12k_dp_tx_get_bank_profile()
400 dp->bank_profiles[bank_id].num_users++; in ath12k_dp_tx_get_bank_profile()
407 bank_id, bank_config, dp->bank_profiles[bank_id].bank_config, in ath12k_dp_tx_get_bank_profile()
408 dp->bank_profiles[bank_id].num_users); in ath12k_dp_tx_get_bank_profile()
416 dp->bank_profiles[bank_id].num_users--; in ath12k_dp_tx_put_bank_profile()
[all …]
Ddp.h311 struct ath12k_dp_tx_bank_profile *bank_profiles; member