Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c11918 if (!soc->arch_ops.txrx_soc_ppeds_enabled_check || in dp_umac_reset_service_handle_n_notify_done()
11926 if (!soc->arch_ops.txrx_soc_ppeds_enabled_check(soc)) in dp_umac_reset_service_handle_n_notify_done()
11958 if (!soc->arch_ops.txrx_soc_ppeds_enabled_check || in dp_umac_reset_ppeds_txdesc_pool_reset()
11965 if (soc->arch_ops.txrx_soc_ppeds_enabled_check(soc)) in dp_umac_reset_ppeds_txdesc_pool_reset()
11971 if (!soc->arch_ops.txrx_soc_ppeds_enabled_check || in dp_umac_reset_ppeds_start()
11979 if (soc->arch_ops.txrx_soc_ppeds_enabled_check(soc)) { in dp_umac_reset_ppeds_start()
H A Ddp_types.h2574 bool (*txrx_soc_ppeds_enabled_check)(struct dp_soc *soc); member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3694 arch_ops->txrx_soc_ppeds_enabled_check = dp_ppeds_is_enabled_on_soc; in dp_initialize_arch_ops_be()