Searched refs:function_ids (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c32 struct xarray function_ids; /* function id based lookup. */ member in struct:mlx5_sf_table
42 return xa_load(&table->function_ids, fn_id);
47 return xa_insert(&table->function_ids, sf->hw_fn_id, sf, GFP_KERNEL);
52 xa_erase(&table->function_ids, sf->hw_fn_id);
409 xa_for_each(&table->function_ids, index, sf)
468 xa_init(&table->function_ids);
505 WARN_ON(!xa_empty(&table->function_ids));

Completed in 115 milliseconds