Searched refs:ar_survey (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 5863 struct survey_info *ar_survey; in ath11k_mac_op_get_survey() local 5869 ar_survey = &ar->survey[idx]; in ath11k_mac_op_get_survey() 5890 memcpy(survey, ar_survey, sizeof(*survey)); in ath11k_mac_op_get_survey()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 6825 struct survey_info *ar_survey; in ath12k_mac_op_get_survey() local 6831 ar_survey = &ar->survey[idx]; in ath12k_mac_op_get_survey() 6852 memcpy(survey, ar_survey, sizeof(*survey)); in ath12k_mac_op_get_survey()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 8555 struct survey_info *ar_survey; in ath11k_mac_op_get_survey() local 8561 ar_survey = &ar->survey[idx]; in ath11k_mac_op_get_survey() 8588 memcpy(survey, ar_survey, sizeof(*survey)); in ath11k_mac_op_get_survey()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 8015 struct survey_info *ar_survey = &ar->survey[idx]; in ath10k_get_survey() local 8037 memcpy(survey, ar_survey, sizeof(*survey)); in ath10k_get_survey()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 8176 struct survey_info *ar_survey = &ar->survey[idx]; in ath10k_get_survey() local 8198 memcpy(survey, ar_survey, sizeof(*survey)); in ath10k_get_survey()
|
Completed in 46 milliseconds