Searched refs:proto_params (Results 1 – 5 of 5) sorted by relevance
521 struct hal_proto_params proto_params; in dp_rx_fisa_add_ft_entry() local524 &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() local1035 &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 …]
347 static int hal_rx_get_proto_params_rh(uint8_t *buf, void *proto_params) in hal_rx_get_proto_params_rh() argument350 (struct hal_proto_params *)proto_params; in hal_rx_get_proto_params_rh()
233 static int hal_rx_get_proto_params_li(uint8_t *buf, void *proto_params) in hal_rx_get_proto_params_li() argument236 (struct hal_proto_params *)proto_params; in hal_rx_get_proto_params_li()
2367 static inline int hal_rx_get_proto_params_be(uint8_t *buf, void *proto_params) in hal_rx_get_proto_params_be() argument2371 (struct hal_proto_params *)proto_params; in hal_rx_get_proto_params_be()
2762 void *proto_params) in hal_rx_get_proto_params() argument2766 return hal_soc->ops->hal_rx_get_proto_params(buf, proto_params); in hal_rx_get_proto_params()