Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Daction.c223 struct nfp_fl_pre_tunnel *pre_tun_act; in nfp_fl_pre_tunnel() local
231 pre_tun_act = (struct nfp_fl_pre_tunnel *)act_data; in nfp_fl_pre_tunnel()
233 memset(pre_tun_act, 0, act_size); in nfp_fl_pre_tunnel()
235 pre_tun_act->head.jump_id = NFP_FL_ACTION_OPCODE_PRE_TUNNEL; in nfp_fl_pre_tunnel()
236 pre_tun_act->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pre_tunnel()
238 return pre_tun_act; in nfp_fl_pre_tunnel()