Searched refs:cfr_capture (Results 1 – 3 of 3) sorted by relevance
273 if (cfr_capture_enable == arsta->cfr_capture.cfr_enable && in ath11k_dbg_sta_write_cfr_capture()275 cfr_capture_period == arsta->cfr_capture.cfr_period) && in ath11k_dbg_sta_write_cfr_capture()276 cfr_capture_bw == arsta->cfr_capture.cfr_bw && in ath11k_dbg_sta_write_cfr_capture()277 cfr_capture_method == arsta->cfr_capture.cfr_method) in ath11k_dbg_sta_write_cfr_capture()281 cfr_capture_enable == arsta->cfr_capture.cfr_enable) in ath11k_dbg_sta_write_cfr_capture()297 !arsta->cfr_capture.cfr_enable) { in ath11k_dbg_sta_write_cfr_capture()304 cfr_capture_bw = arsta->cfr_capture.cfr_bw; in ath11k_dbg_sta_write_cfr_capture()305 cfr_capture_period = arsta->cfr_capture.cfr_period; in ath11k_dbg_sta_write_cfr_capture()306 cfr_capture_method = arsta->cfr_capture.cfr_method; in ath11k_dbg_sta_write_cfr_capture()326 cfr_capture_enable != arsta->cfr_capture.cfr_enable) in ath11k_dbg_sta_write_cfr_capture()[all …]
470 if (arsta->cfr_capture.cfr_enable) in ath11k_cfr_decrement_peer_count()518 !arsta->cfr_capture.cfr_enable) { in ath11k_cfr_send_peer_cfr_capture_cmd()524 if (params->cfr_enable == arsta->cfr_capture.cfr_enable && in ath11k_cfr_send_peer_cfr_capture_cmd()525 params->cfr_period == arsta->cfr_capture.cfr_period && in ath11k_cfr_send_peer_cfr_capture_cmd()526 params->cfr_method == arsta->cfr_capture.cfr_method && in ath11k_cfr_send_peer_cfr_capture_cmd()527 params->cfr_bw == arsta->cfr_capture.cfr_bw) in ath11k_cfr_send_peer_cfr_capture_cmd()530 if (!params->cfr_enable && !arsta->cfr_capture.cfr_enable) in ath11k_cfr_send_peer_cfr_capture_cmd()564 params->cfr_enable != arsta->cfr_capture.cfr_enable) in ath11k_cfr_send_peer_cfr_capture_cmd()571 arsta->cfr_capture.cfr_enable = params->cfr_enable; 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()[all …]
584 struct ath11k_per_peer_cfr_capture cfr_capture; member