Home
last modified time | relevance | path

Searched refs:hal_rx_get_udp_proto (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h2362 hal_rx_get_udp_proto(hal_soc_handle_t hal_soc_hdl, uint8_t *buf) in hal_rx_get_udp_proto() function
2372 if (hal_soc->ops->hal_rx_get_udp_proto) in hal_rx_get_udp_proto()
2373 return hal_soc->ops->hal_rx_get_udp_proto(buf); in hal_rx_get_udp_proto()
Dhal_internal.h1246 bool (*hal_rx_get_udp_proto)(uint8_t *buf); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/
Dhal_wcn6450.c1956 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_6450; in hal_hw_txrx_ops_attach_wcn6450()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
Dhal_6490.c1926 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_6490; in hal_hw_txrx_ops_attach_qca6490()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
Dhal_6750.c2075 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_6750; in hal_hw_txrx_ops_attach_qca6750()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c2270 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_be; in hal_hw_txrx_ops_attach_kiwi()