Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_ctrl.h960 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_get_cfr_rcc) in cdp_get_cfr_rcc()
963 return soc->ops->cfr_ops->txrx_get_cfr_rcc(soc, pdev_id); in cdp_get_cfr_rcc()
984 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_set_cfr_rcc) in cdp_set_cfr_rcc()
987 return soc->ops->cfr_ops->txrx_set_cfr_rcc(soc, pdev_id, enable); in cdp_set_cfr_rcc()
1009 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_get_cfr_dbg_stats) in cdp_get_cfr_dbg_stats()
1012 soc->ops->cfr_ops->txrx_get_cfr_dbg_stats(soc, pdev_id, buf); in cdp_get_cfr_dbg_stats()
1030 if (!soc->ops->cfr_ops || !soc->ops->cfr_ops->txrx_clear_cfr_dbg_stats) in cdp_cfr_clr_dbg_stats()
1033 soc->ops->cfr_ops->txrx_clear_cfr_dbg_stats(soc, pdev_id); in cdp_cfr_clr_dbg_stats()
H A Dcdp_txrx_ops.h2620 struct cdp_cfr_ops *cfr_ops; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c13559 soc->cdp_soc.ops->cfr_ops = &dp_ops_cfr; in dp_soc_txrx_ops_attach()