Lines Matching defs:table

34 mlx5_sf_lookup_by_index(struct mlx5_sf_table *table, unsigned int port_index)  in mlx5_sf_lookup_by_index()
40 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id()
52 static int mlx5_sf_id_insert(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_id_insert()
57 static void mlx5_sf_id_erase(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_id_erase()
63 mlx5_sf_alloc(struct mlx5_sf_table *table, struct mlx5_eswitch *esw, in mlx5_sf_alloc()
112 static void mlx5_sf_free(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_free()
122 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_table_try_get() local
130 static void mlx5_sf_table_put(struct mlx5_sf_table *table) in mlx5_sf_table_put()
175 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_fn_state_get() local
234 static int mlx5_sf_state_set(struct mlx5_core_dev *dev, struct mlx5_sf_table *table, in mlx5_sf_state_set()
260 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_fn_state_set() local
282 static int mlx5_sf_add(struct mlx5_core_dev *dev, struct mlx5_sf_table *table, in mlx5_sf_add()
344 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_new() local
362 static void mlx5_sf_dealloc(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_dealloc()
387 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_del() local
431 struct mlx5_sf_table *table = container_of(nb, struct mlx5_sf_table, vhca_nb); in mlx5_sf_vhca_event() local
459 static void mlx5_sf_table_enable(struct mlx5_sf_table *table) in mlx5_sf_table_enable()
465 static void mlx5_sf_deactivate_all(struct mlx5_sf_table *table) in mlx5_sf_deactivate_all()
481 static void mlx5_sf_table_disable(struct mlx5_sf_table *table) in mlx5_sf_table_disable()
497 struct mlx5_sf_table *table = container_of(nb, struct mlx5_sf_table, esw_nb); in mlx5_sf_esw_event() local
522 struct mlx5_sf_table *table; in mlx5_sf_table_init() local
560 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_table_cleanup() local