Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c20 #define NFP_TUN_PRE_TUN_IDX_BIT 0x8 macro
605 nfp_mac_idx = entry->index | NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_add_shared_mac()
620 nfp_mac_idx |= NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_add_shared_mac()
700 nfp_mac_idx = entry->index & ~NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_del_shared_mac()