Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Ddp.c366 if (dp->bank_profiles[i].is_configured && in ath12k_dp_tx_get_bank_profile()
367 (dp->bank_profiles[i].bank_config ^ bank_config) == 0) { in ath12k_dp_tx_get_bank_profile()
371 if (!dp->bank_profiles[i].is_configured || in ath12k_dp_tx_get_bank_profile()
372 !dp->bank_profiles[i].num_users) { in ath12k_dp_tx_get_bank_profile()
385 dp->bank_profiles[bank_id].is_configured = true; in ath12k_dp_tx_get_bank_profile()
386 dp->bank_profiles[bank_id].bank_config = bank_config; in ath12k_dp_tx_get_bank_profile()
389 dp->bank_profiles[bank_id].num_users++; in ath12k_dp_tx_get_bank_profile()
396 bank_id, bank_config, dp->bank_profiles[bank_id].bank_config, in ath12k_dp_tx_get_bank_profile()
397 dp->bank_profiles[bank_id].num_users); in ath12k_dp_tx_get_bank_profile()
405 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