Lines Matching refs:act_off
602 unsigned int act_off = 0; in nfp_flower_update_merge_with_actions() local
608 while (act_off < flow->meta.act_len) { in nfp_flower_update_merge_with_actions()
609 a = (struct nfp_fl_act_head *)&flow->action_data[act_off]; in nfp_flower_update_merge_with_actions()
695 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_update_merge_with_actions()
802 unsigned int act_off = 0, act_len; in nfp_flower_copy_pre_actions() local
806 while (act_off < len) { in nfp_flower_copy_pre_actions()
807 a = (struct nfp_fl_act_head *)&act_src[act_off]; in nfp_flower_copy_pre_actions()
817 memcpy(act_dst + act_off, act_src + act_off, act_len); in nfp_flower_copy_pre_actions()
820 return act_off; in nfp_flower_copy_pre_actions()
823 act_off += act_len; in nfp_flower_copy_pre_actions()
826 return act_off; in nfp_flower_copy_pre_actions()
833 unsigned int act_off = 0; in nfp_fl_verify_post_tun_acts() local
835 while (act_off < len) { in nfp_fl_verify_post_tun_acts()
836 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_verify_post_tun_acts()
838 if (a->jump_id == NFP_FL_ACTION_OPCODE_PUSH_VLAN && !act_off) in nfp_fl_verify_post_tun_acts()
843 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_verify_post_tun_acts()
847 if (*vlan && act_off <= sizeof(struct nfp_fl_push_vlan)) in nfp_fl_verify_post_tun_acts()
858 unsigned int act_off = 0; in nfp_fl_push_vlan_after_tun() local
860 while (act_off < len) { in nfp_fl_push_vlan_after_tun()
861 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_push_vlan_after_tun()
871 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_push_vlan_after_tun()