Home
last modified time | relevance | path

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

/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c1102 ida_idx = ida_alloc_max(&priv->tun.mac_off_ids, in nfp_tunnel_add_shared_mac()
1158 ida_free(&priv->tun.mac_off_ids, ida_idx); in nfp_tunnel_add_shared_mac()
1221 ida_free(&priv->tun.mac_off_ids, ida_idx); in nfp_tunnel_del_shared_mac()
1241 ida_free(&priv->tun.mac_off_ids, ida_idx); in nfp_tunnel_del_shared_mac()
1519 ida_init(&priv->tun.mac_off_ids); in nfp_tunnel_config_start()
1548 ida_destroy(&priv->tun.mac_off_ids); in nfp_tunnel_config_stop()
Dmain.h104 struct ida mac_off_ids; member