Searched refs:hal_rx_get_udp_proto (Results 1 – 6 of 6) sorted by relevance
2362 hal_rx_get_udp_proto(hal_soc_handle_t hal_soc_hdl, uint8_t *buf) in hal_rx_get_udp_proto() function2372 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()
1246 bool (*hal_rx_get_udp_proto)(uint8_t *buf); member
1956 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_6450; in hal_hw_txrx_ops_attach_wcn6450()
1926 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_6490; in hal_hw_txrx_ops_attach_qca6490()
2075 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_6750; in hal_hw_txrx_ops_attach_qca6750()
2270 hal_soc->ops->hal_rx_get_udp_proto = hal_rx_get_udp_proto_be; in hal_hw_txrx_ops_attach_kiwi()