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/
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()
185 output->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_output()
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()
[all …]
A Doffload.c691 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_update_merge_with_actions()
804 act_len = a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_copy_pre_actions()
839 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_verify_post_tun_acts()
867 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_fl_push_vlan_after_tun()
1253 act_offset += act->len_lw << NFP_FL_LW_SIZ; in nfp_flower_validate_pre_tun_rule()
1262 act_offset += act->len_lw << NFP_FL_LW_SIZ; in nfp_flower_validate_pre_tun_rule()
A Dcmsg.h128 u8 len_lw; member

Completed in 12 milliseconds