Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h2570 void (*txrx_soc_ppeds_interrupt_stop)(struct dp_soc *soc); member
H A Ddp_main.c11920 !soc->arch_ops.txrx_soc_ppeds_interrupt_stop) in dp_umac_reset_service_handle_n_notify_done()
11936 soc->arch_ops.txrx_soc_ppeds_interrupt_stop(soc); in dp_umac_reset_service_handle_n_notify_done()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3690 arch_ops->txrx_soc_ppeds_interrupt_stop = dp_ppeds_interrupt_stop_be; in dp_initialize_arch_ops_be()