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()
324 pre_tun_act->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pre_tunnel()
386 push->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_geneve_options()
452 set_tun->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_set_tun()
558 set_eth->head.len_lw = sizeof(*set_eth) >> NFP_FL_LW_SIZ; in nfp_fl_set_eth()
596 set_ip_addr->head.len_lw = sizeof(*set_ip_addr) >> in nfp_fl_set_ip4()
604 set_ip_addr->head.len_lw = sizeof(*set_ip_addr) >> in nfp_fl_set_ip4()
621 set_ip_ttl_tos->head.len_lw = sizeof(*set_ip_ttl_tos) >> in nfp_fl_set_ip4()
639 set_ip_ttl_tos->head.len_lw = sizeof(*set_ip_ttl_tos) >> in nfp_fl_set_ip4()
660 ip6->head.len_lw = sizeof(*ip6) >> NFP_FL_LW_SIZ; in nfp_fl_set_ip6_helper()
706 ip_hl_fl->head.len_lw = sizeof(*ip_hl_fl) >> NFP_FL_LW_SIZ; in nfp_fl_set_ip6_hop_limit_flow_label()
776 set_tport->head.len_lw = sizeof(*set_tport) >> NFP_FL_LW_SIZ; in nfp_fl_set_tport()
823 if (set_act->set_eth.head.len_lw) { in nfp_fl_commit_mangle()
829 if (set_act->set_ip_ttl_tos.head.len_lw) { in nfp_fl_commit_mangle()
840 if (set_act->set_ip_addr.head.len_lw) { in nfp_fl_commit_mangle()
851 if (set_act->set_ip6_tc_hl_fl.head.len_lw) { in nfp_fl_commit_mangle()
861 if (set_act->set_ip6_dst.head.len_lw && in nfp_fl_commit_mangle()
862 set_act->set_ip6_src.head.len_lw) { in nfp_fl_commit_mangle()
878 } else if (set_act->set_ip6_dst.head.len_lw) { in nfp_fl_commit_mangle()
886 } else if (set_act->set_ip6_src.head.len_lw) { in nfp_fl_commit_mangle()
895 if (set_act->set_tport.head.len_lw) { in nfp_fl_commit_mangle()
952 meter_act->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_meter()