Home
last modified time | relevance | path

Searched defs:nfp_fl_set_tun (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h220 struct nfp_fl_set_tun { struct
222 __be16 reserved;
223 __be64 tun_id __packed;
224 __be32 tun_type_index;
225 __be16 tun_flags;
226 u8 ttl;
227 u8 tos;
229 __be16 outer_vlan_tci;
230 u8 tun_len;
231 u8 res2;
[all …]
H A Daction.c400 nfp_fl_set_tun(struct nfp_app *app, struct nfp_fl_set_tun *set_tun, in nfp_fl_set_tun() function