Home
last modified time | relevance | path

Searched refs:txrx_soc_ppeds_start (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rings_main.c3559 if (soc->arch_ops.txrx_soc_ppeds_start) { in dp_soc_init()
3560 if (soc->arch_ops.txrx_soc_ppeds_start(soc)) { in dp_soc_init()
Ddp_types.h2533 QDF_STATUS (*txrx_soc_ppeds_start)(struct dp_soc *soc); member
Ddp_main.c11972 !soc->arch_ops.txrx_soc_ppeds_start || in dp_umac_reset_ppeds_start()
11980 soc->arch_ops.txrx_soc_ppeds_start(soc); in dp_umac_reset_ppeds_start()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c3679 arch_ops->txrx_soc_ppeds_start = dp_ppeds_start_soc_be; in dp_initialize_arch_ops_be()