Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c600 unsigned int act_off = 0; in nfp_flower_update_merge_with_actions() local
606 while (act_off < flow->meta.act_len) { in nfp_flower_update_merge_with_actions()
607 a = (struct nfp_fl_act_head *)&flow->action_data[act_off]; in nfp_flower_update_merge_with_actions()
693 act_off += a->len_lw << NFP_FL_LW_SIZ; in nfp_flower_update_merge_with_actions()
800 unsigned int act_off = 0, act_len; in nfp_flower_copy_pre_actions() local
804 while (act_off < len) { in nfp_flower_copy_pre_actions()
805 a = (struct nfp_fl_act_head *)&act_src[act_off]; in nfp_flower_copy_pre_actions()
815 memcpy(act_dst + act_off, act_src + act_off, act_len); in nfp_flower_copy_pre_actions()
818 return act_off; in nfp_flower_copy_pre_actions()
821 act_off += act_len; in nfp_flower_copy_pre_actions()
[all …]