Home
last modified time | relevance | path

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

/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c20 #define NFP_TUN_PRE_TUN_IDX_BIT BIT(3) macro
992 nfp_mac_idx = entry->index | NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_add_shared_mac()
1007 nfp_mac_idx |= NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_add_shared_mac()
1086 nfp_mac_idx = entry->index & ~NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_del_shared_mac()
1130 nfp_mac_idx = entry->index & ~NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_del_shared_mac()