Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c20 #define NFP_TUN_PRE_TUN_IDX_BIT BIT(3) macro
1033 nfp_mac_idx = entry->index | NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_add_shared_mac()
1048 nfp_mac_idx |= NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_add_shared_mac()
1127 nfp_mac_idx = entry->index & ~NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_del_shared_mac()
1171 nfp_mac_idx = entry->index & ~NFP_TUN_PRE_TUN_IDX_BIT; in nfp_tunnel_del_shared_mac()