Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx_flow.c33 hal_rx_flow_get_cmem_fse(hal_soc_handle_t hal_soc_hdl, uint32_t fse_offset, in hal_rx_flow_get_cmem_fse() function
38 if (hal_soc->ops->hal_rx_flow_get_cmem_fse) { in hal_rx_flow_get_cmem_fse()
39 return hal_soc->ops->hal_rx_flow_get_cmem_fse( in hal_rx_flow_get_cmem_fse()
124 hal_rx_flow_get_cmem_fse(hal_soc_hdl, fse_offset, (uint32_t *)&fse, in hal_rx_dump_cmem_fse()
Dhal_internal.h1281 void (*hal_rx_flow_get_cmem_fse)(struct hal_soc *soc, member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/
Dhal_wcn6450.c1993 hal_soc->ops->hal_rx_flow_get_cmem_fse = hal_rx_flow_get_cmem_fse_6450; in hal_hw_txrx_ops_attach_wcn6450()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
Dhal_6750.c2112 hal_soc->ops->hal_rx_flow_get_cmem_fse = hal_rx_flow_get_cmem_fse_6750; in hal_hw_txrx_ops_attach_qca6750()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c2298 hal_soc->ops->hal_rx_flow_get_cmem_fse = hal_rx_flow_get_cmem_fse_kiwi; in hal_hw_txrx_ops_attach_kiwi()