Searched refs:len_lw (Results 1 – 2 of 2) sorted by relevance
65 pop_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pop_vlan()77 push_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_vlan()117 pre_lag->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pre_lag()151 output->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_output()236 pre_tun_act->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pre_tunnel()291 push->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_geneve_options()328 set_tun->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_set_ipv4_udp_tun()412 set_eth->head.len_lw = sizeof(*set_eth) >> NFP_FL_LW_SIZ; in nfp_fl_set_eth()447 set_ip_addr->head.len_lw = sizeof(*set_ip_addr) >> NFP_FL_LW_SIZ; in nfp_fl_set_ip4()462 ip6->head.len_lw = sizeof(*ip6) >> NFP_FL_LW_SIZ; in nfp_fl_set_ip6_helper()[all …]
139 u8 len_lw; member