Searched refs:port_indices (Results 1 – 1 of 1) sorted by relevance
23 struct xarray port_indices; /* port index based lookup. */ member35 return xa_load(&table->port_indices, port_index); in mlx5_sf_lookup_by_index()44 xa_for_each(&table->port_indices, index, sf) { in mlx5_sf_lookup_by_function_id()53 return xa_insert(&table->port_indices, sf->port_index, sf, GFP_KERNEL); in mlx5_sf_id_insert()58 xa_erase(&table->port_indices, sf->port_index); in mlx5_sf_id_erase()466 xa_for_each(&table->port_indices, index, sf) { in mlx5_sf_deactivate_all()526 xa_init(&table->port_indices); in mlx5_sf_table_init()561 WARN_ON(!xa_empty(&table->port_indices)); in mlx5_sf_table_cleanup()