Home
last modified time | relevance | path

Searched refs:txrx_soc_srng_free (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c681 arch_ops->txrx_soc_srng_free = dp_soc_srng_free_li; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c967 arch_ops->txrx_soc_srng_free = dp_soc_srng_free_rh; in dp_initialize_arch_ops_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings_main.c4088 if (soc->arch_ops.txrx_soc_srng_free) in dp_soc_srng_free()
4089 soc->arch_ops.txrx_soc_srng_free(soc); in dp_soc_srng_free()
H A Ddp_types.h2322 void (*txrx_soc_srng_free)(struct dp_soc *soc); member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3649 arch_ops->txrx_soc_srng_free = dp_soc_srng_free_be; in dp_initialize_arch_ops_be()