Home
last modified time | relevance | path

Searched refs:len_lw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c40 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()
[all …]
H A Doffload.c695 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_update_merge_with_actions()
808 act_len = a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_copy_pre_actions()
843 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_verify_post_tun_acts()
871 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_push_vlan_after_tun()
1282 act_offset += act->len_lw << NFP_FL_LW_SIZ; in nfp_flower_validate_pre_tun_rule()
1291 act_offset += act->len_lw << NFP_FL_LW_SIZ; in nfp_flower_validate_pre_tun_rule()
H A Dcmsg.h127 u8 len_lw; member