Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcfr.c526 params->cfr_method == arsta->cfr_capture.cfr_method && in ath11k_cfr_send_peer_cfr_capture_cmd()
540 method = ath11k_cfr_method_to_fw_cfr_method(params->cfr_method); in ath11k_cfr_send_peer_cfr_capture_cmd()
543 params->cfr_method); in ath11k_cfr_send_peer_cfr_capture_cmd()
573 arsta->cfr_capture.cfr_method = params->cfr_method; in ath11k_cfr_send_peer_cfr_capture_cmd()
H A Ddebugfs_sta.c277 cfr_capture_method == arsta->cfr_capture.cfr_method) in ath11k_dbg_sta_write_cfr_capture()
306 cfr_capture_method = arsta->cfr_capture.cfr_method; in ath11k_dbg_sta_write_cfr_capture()
336 arsta->cfr_capture.cfr_method = cfr_capture_method; in ath11k_dbg_sta_write_cfr_capture()
360 arsta->cfr_capture.cfr_method); in ath11k_dbg_sta_read_cfr_capture()
H A Dcore.h536 enum ath11k_cfr_capture_method cfr_method; member