Home
last modified time | relevance | path

Searched refs:hal_rx_get_fisa_timeout (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h2438 hal_rx_get_fisa_timeout(hal_soc_handle_t hal_soc_hdl, uint8_t *buf) in hal_rx_get_fisa_timeout() function
2448 if (hal_soc->ops->hal_rx_get_fisa_timeout) in hal_rx_get_fisa_timeout()
2449 return hal_soc->ops->hal_rx_get_fisa_timeout(buf); in hal_rx_get_fisa_timeout()
Dhal_internal.h1249 bool (*hal_rx_get_fisa_timeout)(uint8_t *buf); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/
Dhal_wcn6450.c1961 hal_soc->ops->hal_rx_get_fisa_timeout = hal_rx_get_fisa_timeout_6450; in hal_hw_txrx_ops_attach_wcn6450()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
Dhal_6490.c1931 hal_soc->ops->hal_rx_get_fisa_timeout = hal_rx_get_fisa_timeout_6490; in hal_hw_txrx_ops_attach_qca6490()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
Dhal_6750.c2080 hal_soc->ops->hal_rx_get_fisa_timeout = hal_rx_get_fisa_timeout_6750; in hal_hw_txrx_ops_attach_qca6750()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_fisa_rx.c92 fisa_timeout = hal_rx_get_fisa_timeout(hal_soc_hdl, buf); in dump_tlvs()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c2275 hal_soc->ops->hal_rx_get_fisa_timeout = hal_rx_get_fisa_timeout_be; in hal_hw_txrx_ops_attach_kiwi()