Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcfr.c585 int available_idx = -1; in ath11k_cfr_update_unassoc_pool() local
615 available_idx = -1; in ath11k_cfr_update_unassoc_pool()
619 if (available_idx < 0 && !entry->is_valid) in ath11k_cfr_update_unassoc_pool()
620 available_idx = i; in ath11k_cfr_update_unassoc_pool()
623 if (available_idx >= 0) { in ath11k_cfr_update_unassoc_pool()
624 entry = &cfr->unassoc_pool[available_idx]; in ath11k_cfr_update_unassoc_pool()
701 int available_idx = -1; in ath11k_write_file_cfr_unassoc() local
750 if (available_idx < 0 && !entry->is_valid) in ath11k_write_file_cfr_unassoc()
751 available_idx = i; in ath11k_write_file_cfr_unassoc()
761 if (available_idx >= 0) { in ath11k_write_file_cfr_unassoc()
[all …]