Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h130 struct nfp_fl_set_eth { struct
131 struct nfp_fl_act_head head;
132 __be16 reserved;
133 u8 eth_addr_mask[ETH_ALEN * 2];
134 u8 eth_addr_val[ETH_ALEN * 2];
H A Daction.c520 nfp_fl_set_eth(const struct flow_action_entry *act, u32 off, in nfp_fl_set_eth() function