Searched refs:txrx_soc_ppeds_enabled_check (Results 1 – 3 of 3) sorted by relevance
11918 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()
2574 bool (*txrx_soc_ppeds_enabled_check)(struct dp_soc *soc); member
3694 arch_ops->txrx_soc_ppeds_enabled_check = dp_ppeds_is_enabled_on_soc; in dp_initialize_arch_ops_be()