Lines Matching refs:len_lw

40 	push_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ;  in nfp_fl_push_mpls()
70 pop_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pop_mpls()
82 set_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_set_mpls()
110 pop_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pop_vlan()
122 push_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_vlan()
164 pre_lag->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pre_lag()
185 output->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_output()
323 pre_tun_act->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pre_tunnel()
385 push->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_geneve_options()
430 set_tun->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_set_tun()
541 set_eth->head.len_lw = sizeof(*set_eth) >> NFP_FL_LW_SIZ; in nfp_fl_set_eth()
579 set_ip_addr->head.len_lw = sizeof(*set_ip_addr) >> in nfp_fl_set_ip4()
587 set_ip_addr->head.len_lw = sizeof(*set_ip_addr) >> in nfp_fl_set_ip4()
604 set_ip_ttl_tos->head.len_lw = sizeof(*set_ip_ttl_tos) >> in nfp_fl_set_ip4()
622 set_ip_ttl_tos->head.len_lw = sizeof(*set_ip_ttl_tos) >> in nfp_fl_set_ip4()
643 ip6->head.len_lw = sizeof(*ip6) >> NFP_FL_LW_SIZ; in nfp_fl_set_ip6_helper()
689 ip_hl_fl->head.len_lw = sizeof(*ip_hl_fl) >> NFP_FL_LW_SIZ; in nfp_fl_set_ip6_hop_limit_flow_label()
759 set_tport->head.len_lw = sizeof(*set_tport) >> NFP_FL_LW_SIZ; in nfp_fl_set_tport()
806 if (set_act->set_eth.head.len_lw) { in nfp_fl_commit_mangle()
812 if (set_act->set_ip_ttl_tos.head.len_lw) { in nfp_fl_commit_mangle()
823 if (set_act->set_ip_addr.head.len_lw) { in nfp_fl_commit_mangle()
834 if (set_act->set_ip6_tc_hl_fl.head.len_lw) { in nfp_fl_commit_mangle()
844 if (set_act->set_ip6_dst.head.len_lw && in nfp_fl_commit_mangle()
845 set_act->set_ip6_src.head.len_lw) { in nfp_fl_commit_mangle()
861 } else if (set_act->set_ip6_dst.head.len_lw) { in nfp_fl_commit_mangle()
869 } else if (set_act->set_ip6_src.head.len_lw) { in nfp_fl_commit_mangle()
878 if (set_act->set_tport.head.len_lw) { in nfp_fl_commit_mangle()