Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c678 arch_ops->txrx_soc_srng_alloc = dp_soc_srng_alloc_li; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh.c964 arch_ops->txrx_soc_srng_alloc = dp_soc_srng_alloc_rh; in dp_initialize_arch_ops_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings_main.c4220 if (soc->arch_ops.txrx_soc_srng_alloc) { in dp_soc_srng_alloc()
4221 if (soc->arch_ops.txrx_soc_srng_alloc(soc)) { in dp_soc_srng_alloc()
H A Ddp_types.h2319 QDF_STATUS (*txrx_soc_srng_alloc)(struct dp_soc *soc); member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3646 arch_ops->txrx_soc_srng_alloc = dp_soc_srng_alloc_be; in dp_initialize_arch_ops_be()