Searched refs:cfr (Results 1 – 5 of 5) sorted by relevance
14 return &ar->cfr.rx_ring; in ath11k_cfr_get_dbring()63 struct ath11k_cfr *cfr = &ar->cfr; in ath11k_cfr_rfs_write() local65 if (!cfr->rfs_cfr_capture) in ath11k_cfr_rfs_write()68 relay_write(cfr->rfs_cfr_capture, head, head_len); in ath11k_cfr_rfs_write()69 relay_write(cfr->rfs_cfr_capture, data, data_len); in ath11k_cfr_rfs_write()70 relay_write(cfr->rfs_cfr_capture, tail, tail_data); in ath11k_cfr_rfs_write()71 relay_flush(cfr->rfs_cfr_capture); in ath11k_cfr_rfs_write()76 struct ath11k_cfr *cfr = &ar->cfr; in ath11k_cfr_free_pending_dbr_events() local80 if (!cfr->lut) in ath11k_cfr_free_pending_dbr_events()83 for (i = 0; i < cfr->lut_num; i++) { in ath11k_cfr_free_pending_dbr_events()[all …]
250 struct ath11k_cfr *cfr = &ar->cfr; in ath11k_dbg_sta_write_cfr_capture() local296 if (ar->cfr.cfr_enabled_peer_cnt >= ATH11K_MAX_CFR_ENABLED_CLIENTS && in ath11k_dbg_sta_write_cfr_capture()299 ar->cfr.cfr_enabled_peer_cnt); in ath11k_dbg_sta_write_cfr_capture()323 spin_lock_bh(&ar->cfr.lock); in ath11k_dbg_sta_write_cfr_capture()327 cfr->cfr_enabled_peer_cnt++; in ath11k_dbg_sta_write_cfr_capture()329 cfr->cfr_enabled_peer_cnt--; in ath11k_dbg_sta_write_cfr_capture()331 spin_unlock_bh(&ar->cfr.lock); in ath11k_dbg_sta_write_cfr_capture()
31 ath11k-$(CONFIG_ATH11K_CFR) += cfr.o
835 struct ath11k_cfr cfr; member
38 SRCS+= cfr.c