Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/sf/
Dhw_table.c42 return &dev->priv.sf_hw_table->hwc[idx]; in mlx5_sf_controller_to_hwc()
112 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_alloc()
159 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_free()
179 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_deferred_free()
270 dev->priv.sf_hw_table = table; in mlx5_sf_hw_table_init()
295 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_cleanup()
336 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_create()
347 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_destroy()
359 return !!dev->priv.sf_hw_table; in mlx5_sf_hw_table_supported()
/Linux-v5.15/include/linux/mlx5/
Ddriver.h620 struct mlx5_sf_hw_table *sf_hw_table; member