Home
last modified time | relevance | path

Searched refs:cfr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcfr.c14 return &ar->cfr.rx_ring; in ath11k_cfr_get_dbring()
63 struct ath11k_cfr *cfr = &ar->cfr; in ath11k_cfr_rfs_write() local
65 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() local
80 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 …]
H A Ddebugfs_sta.c250 struct ath11k_cfr *cfr = &ar->cfr; in ath11k_dbg_sta_write_cfr_capture() local
296 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()
H A DMakefile31 ath11k-$(CONFIG_ATH11K_CFR) += cfr.o
H A Dcore.h835 struct ath11k_cfr cfr; member
/freebsd/sys/modules/ath11k/
H A DMakefile38 SRCS+= cfr.c