Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/
H A Dwlan_cfr_tgt_api.c114 return &tx_ops->cfr_tx_ops; in wlan_psoc_get_cfr_txops()
174 struct wlan_lmac_if_cfr_tx_ops *cfr_tx_ops = NULL; in tgt_cfr_init_pdev() local
178 cfr_tx_ops = wlan_psoc_get_cfr_txops(psoc); in tgt_cfr_init_pdev()
180 if (cfr_tx_ops->cfr_init_pdev) in tgt_cfr_init_pdev()
181 status = cfr_tx_ops->cfr_init_pdev(psoc, pdev); in tgt_cfr_init_pdev()
191 struct wlan_lmac_if_cfr_tx_ops *cfr_tx_ops = NULL; in tgt_cfr_deinit_pdev() local
195 cfr_tx_ops = wlan_psoc_get_cfr_txops(psoc); in tgt_cfr_deinit_pdev()
197 if (cfr_tx_ops->cfr_deinit_pdev) in tgt_cfr_deinit_pdev()
198 status = cfr_tx_ops->cfr_deinit_pdev(psoc, pdev); in tgt_cfr_deinit_pdev()
210 struct wlan_lmac_if_cfr_tx_ops *cfr_tx_ops = NULL; in tgt_cfr_start_capture() local
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr.c683 tx_ops->cfr_tx_ops.cfr_subscribe_ppdu_desc = in target_if_enh_cfr_add_ops()
693 tx_ops->cfr_tx_ops.cfr_config_rcc = in target_if_enh_cfr_tx_ops()
695 tx_ops->cfr_tx_ops.cfr_start_lut_timer = in target_if_enh_cfr_tx_ops()
697 tx_ops->cfr_tx_ops.cfr_stop_lut_timer = in target_if_enh_cfr_tx_ops()
699 tx_ops->cfr_tx_ops.cfr_default_ta_ra_cfg = in target_if_enh_cfr_tx_ops()
701 tx_ops->cfr_tx_ops.cfr_dump_lut_enh = in target_if_enh_cfr_tx_ops()
703 tx_ops->cfr_tx_ops.cfr_rx_tlv_process = in target_if_enh_cfr_tx_ops()
705 tx_ops->cfr_tx_ops.cfr_update_global_cfg = in target_if_enh_cfr_tx_ops()
717 tx_ops->cfr_tx_ops.cfr_init_pdev = in target_if_cfr_tx_ops_register()
719 tx_ops->cfr_tx_ops.cfr_deinit_pdev = in target_if_cfr_tx_ops_register()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1846 struct wlan_lmac_if_cfr_tx_ops cfr_tx_ops; member