Lines Matching refs:a

597 	struct nfp_fl_act_head *a;  in nfp_flower_update_merge_with_actions()  local
605 a = (struct nfp_fl_act_head *)&flow->action_data[act_off]; in nfp_flower_update_merge_with_actions()
606 act_id = a->jump_id; in nfp_flower_update_merge_with_actions()
614 push_vlan = (struct nfp_fl_push_vlan *)a; in nfp_flower_update_merge_with_actions()
635 eth = (struct nfp_fl_set_eth *)a; in nfp_flower_update_merge_with_actions()
643 ipv4_add = (struct nfp_fl_set_ip4_addrs *)a; in nfp_flower_update_merge_with_actions()
648 ipv4_ttl_tos = (struct nfp_fl_set_ip4_ttl_tos *)a; in nfp_flower_update_merge_with_actions()
653 ipv6_add = (struct nfp_fl_set_ipv6_addr *)a; in nfp_flower_update_merge_with_actions()
659 ipv6_add = (struct nfp_fl_set_ipv6_addr *)a; in nfp_flower_update_merge_with_actions()
665 ipv6_tc_hl_fl = (struct nfp_fl_set_ipv6_tc_hl_fl *)a; in nfp_flower_update_merge_with_actions()
674 tport = (struct nfp_fl_set_tport *)a; in nfp_flower_update_merge_with_actions()
680 pre_tun = (struct nfp_fl_pre_tunnel *)a; in nfp_flower_update_merge_with_actions()
691 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_update_merge_with_actions()
799 struct nfp_fl_act_head *a; in nfp_flower_copy_pre_actions() local
803 a = (struct nfp_fl_act_head *)&act_src[act_off]; in nfp_flower_copy_pre_actions()
804 act_len = a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_copy_pre_actions()
805 act_id = a->jump_id; in nfp_flower_copy_pre_actions()
828 struct nfp_fl_act_head *a; in nfp_fl_verify_post_tun_acts() local
832 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_verify_post_tun_acts()
834 if (a->jump_id == NFP_FL_ACTION_OPCODE_PUSH_VLAN && !act_off) in nfp_fl_verify_post_tun_acts()
835 *vlan = (struct nfp_fl_push_vlan *)a; in nfp_fl_verify_post_tun_acts()
836 else if (a->jump_id != NFP_FL_ACTION_OPCODE_OUTPUT) in nfp_fl_verify_post_tun_acts()
839 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_verify_post_tun_acts()
853 struct nfp_fl_act_head *a; in nfp_fl_push_vlan_after_tun() local
857 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_push_vlan_after_tun()
859 if (a->jump_id == NFP_FL_ACTION_OPCODE_SET_TUNNEL) { in nfp_fl_push_vlan_after_tun()
860 tun = (struct nfp_fl_set_tun *)a; in nfp_fl_push_vlan_after_tun()
867 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_push_vlan_after_tun()