Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp.c367 if (dp->bank_profiles[i].is_configured && in ath12k_dp_tx_get_bank_profile()
368 (dp->bank_profiles[i].bank_config ^ bank_config) == 0) { in ath12k_dp_tx_get_bank_profile()
372 if (!dp->bank_profiles[i].is_configured || in ath12k_dp_tx_get_bank_profile()
373 !dp->bank_profiles[i].num_users) { in ath12k_dp_tx_get_bank_profile()
386 dp->bank_profiles[bank_id].is_configured = true; in ath12k_dp_tx_get_bank_profile()
387 dp->bank_profiles[bank_id].bank_config = bank_config; in ath12k_dp_tx_get_bank_profile()
390 dp->bank_profiles[bank_id].num_users++; in ath12k_dp_tx_get_bank_profile()
397 bank_id, bank_config, dp->bank_profiles[bank_id].bank_config, in ath12k_dp_tx_get_bank_profile()
398 dp->bank_profiles[bank_id].num_users); in ath12k_dp_tx_get_bank_profile()
406 dp->bank_profiles[bank_i in ath12k_dp_tx_put_bank_profile()
[all...]
H A Ddp.h309 /* protects the access and update of bank_profiles */
311 struct ath12k_dp_tx_bank_profile *bank_profiles; member

Completed in 7 milliseconds