Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dlag_conf.c144 id = ida_simple_get(&lag->ida_handle, NFP_FL_LAG_GROUP_MIN, in nfp_fl_lag_group_create()
154 ida_simple_remove(&lag->ida_handle, id); in nfp_fl_lag_group_create()
329 ida_simple_remove(&lag->ida_handle, in nfp_fl_lag_do_work()
700 ida_init(&lag->ida_handle); in nfp_flower_lag_init()
726 ida_destroy(&lag->ida_handle); in nfp_flower_lag_cleanup()
Dmain.h123 struct ida ida_handle; member