Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcfr.c525 params->cfr_period == arsta->cfr_capture.cfr_period && in ath11k_cfr_send_peer_cfr_capture_cmd()
548 arg.periodicity = params->cfr_period; in ath11k_cfr_send_peer_cfr_capture_cmd()
572 arsta->cfr_capture.cfr_period = params->cfr_period; in ath11k_cfr_send_peer_cfr_capture_cmd()
614 entry->period = params->cfr_period; in ath11k_cfr_update_unassoc_pool()
626 entry->period = params->cfr_period; in ath11k_cfr_update_unassoc_pool()
H A Ddebugfs_sta.c275 cfr_capture_period == arsta->cfr_capture.cfr_period) && in ath11k_dbg_sta_write_cfr_capture()
305 cfr_capture_period = arsta->cfr_capture.cfr_period; in ath11k_dbg_sta_write_cfr_capture()
334 arsta->cfr_capture.cfr_period = cfr_capture_period; in ath11k_dbg_sta_write_cfr_capture()
358 arsta->cfr_capture.cfr_period); in ath11k_dbg_sta_read_cfr_capture()
H A Dcore.h539 u32 cfr_period; member