Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c311 struct nfp_fl_pre_tunnel *pre_tun_act; in nfp_fl_pre_tunnel() local
319 pre_tun_act = (struct nfp_fl_pre_tunnel *)act_data; in nfp_fl_pre_tunnel()
321 memset(pre_tun_act, 0, act_size); in nfp_fl_pre_tunnel()
323 pre_tun_act->head.jump_id = NFP_FL_ACTION_OPCODE_PRE_TUNNEL; in nfp_fl_pre_tunnel()
324 pre_tun_act->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pre_tunnel()
326 return pre_tun_act; in nfp_fl_pre_tunnel()