Lines Matching refs:act_off

523 	unsigned int act_off = 0;  in nfp_flower_update_merge_with_actions()  local
528 while (act_off < flow->meta.act_len) { in nfp_flower_update_merge_with_actions()
529 a = (struct nfp_fl_act_head *)&flow->action_data[act_off]; in nfp_flower_update_merge_with_actions()
607 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_update_merge_with_actions()
714 unsigned int act_off = 0, act_len; in nfp_flower_copy_pre_actions() local
718 while (act_off < len) { in nfp_flower_copy_pre_actions()
719 a = (struct nfp_fl_act_head *)&act_src[act_off]; in nfp_flower_copy_pre_actions()
729 memcpy(act_dst + act_off, act_src + act_off, act_len); in nfp_flower_copy_pre_actions()
732 return act_off; in nfp_flower_copy_pre_actions()
735 act_off += act_len; in nfp_flower_copy_pre_actions()
738 return act_off; in nfp_flower_copy_pre_actions()
745 unsigned int act_off = 0; in nfp_fl_verify_post_tun_acts() local
747 while (act_off < len) { in nfp_fl_verify_post_tun_acts()
748 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_verify_post_tun_acts()
750 if (a->jump_id == NFP_FL_ACTION_OPCODE_PUSH_VLAN && !act_off) in nfp_fl_verify_post_tun_acts()
755 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_verify_post_tun_acts()
759 if (*vlan && act_off <= sizeof(struct nfp_fl_push_vlan)) in nfp_fl_verify_post_tun_acts()
770 unsigned int act_off = 0; in nfp_fl_push_vlan_after_tun() local
772 while (act_off < len) { in nfp_fl_push_vlan_after_tun()
773 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_push_vlan_after_tun()
783 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_push_vlan_after_tun()