Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c6849 struct survey_info *ar_survey; in ath12k_mac_op_get_survey() local
6855 ar_survey = &ar->survey[idx]; in ath12k_mac_op_get_survey()
6876 memcpy(survey, ar_survey, sizeof(*survey)); in ath12k_mac_op_get_survey()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c8555 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()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c8177 struct survey_info *ar_survey = &ar->survey[idx]; in ath10k_get_survey() local
8199 memcpy(survey, ar_survey, sizeof(*survey)); in ath10k_get_survey()