Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_fisa_rx.c521 struct hal_proto_params proto_params; in dp_rx_fisa_add_ft_entry() local
524 &proto_params)) in dp_rx_fisa_add_ft_entry()
527 if (proto_params.ipv6_proto || in dp_rx_fisa_add_ft_entry()
528 !(proto_params.tcp_proto || proto_params.udp_proto)) { in dp_rx_fisa_add_ft_entry()
581 sw_ft_entry->is_flow_tcp = proto_params.tcp_proto; in dp_rx_fisa_add_ft_entry()
582 sw_ft_entry->is_flow_udp = proto_params.udp_proto; in dp_rx_fisa_add_ft_entry()
1032 struct hal_proto_params proto_params; in dp_fisa_rx_queue_fst_update_work() local
1035 &proto_params)) in dp_fisa_rx_queue_fst_update_work()
1038 if (proto_params.ipv6_proto || in dp_fisa_rx_queue_fst_update_work()
1039 !(proto_params.tcp_proto || proto_params.udp_proto)) { in dp_fisa_rx_queue_fst_update_work()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.c347 static int hal_rx_get_proto_params_rh(uint8_t *buf, void *proto_params) in hal_rx_get_proto_params_rh() argument
350 (struct hal_proto_params *)proto_params; in hal_rx_get_proto_params_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.c233 static int hal_rx_get_proto_params_li(uint8_t *buf, void *proto_params) in hal_rx_get_proto_params_li() argument
236 (struct hal_proto_params *)proto_params; in hal_rx_get_proto_params_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_rx_tlv.h2367 static inline int hal_rx_get_proto_params_be(uint8_t *buf, void *proto_params) in hal_rx_get_proto_params_be() argument
2371 (struct hal_proto_params *)proto_params; in hal_rx_get_proto_params_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx.h2762 void *proto_params) in hal_rx_get_proto_params() argument
2766 return hal_soc->ops->hal_rx_get_proto_params(buf, proto_params); in hal_rx_get_proto_params()