Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp.c382 if (dp->bank_profiles[i].is_configured && in ath12k_dp_tx_get_bank_profile()
383 (dp->bank_profiles[i].bank_config ^ bank_config) == 0) { in ath12k_dp_tx_get_bank_profile()
387 if (!dp->bank_profiles[i].is_configured || in ath12k_dp_tx_get_bank_profile()
388 !dp->bank_profiles[i].num_users) { in ath12k_dp_tx_get_bank_profile()
401 dp->bank_profiles[bank_id].is_configured = true; in ath12k_dp_tx_get_bank_profile()
402 dp->bank_profiles[bank_id].bank_config = bank_config; in ath12k_dp_tx_get_bank_profile()
405 dp->bank_profiles[bank_id].num_users++; in ath12k_dp_tx_get_bank_profile()
412 bank_id, bank_config, dp->bank_profiles[bank_id].bank_config, in ath12k_dp_tx_get_bank_profile()
413 dp->bank_profiles[bank_id].num_users); in ath12k_dp_tx_get_bank_profile()
421 dp->bank_profiles[bank_id].num_users--; in ath12k_dp_tx_put_bank_profile()
[all …]
Ddp.h322 struct ath12k_dp_tx_bank_profile *bank_profiles; member