Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Dhw_table.c44 return &dev->priv.sf_hw_table->hwc[idx]; in mlx5_sf_controller_to_hwc()
114 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_alloc()
162 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_free()
183 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_deferred_free()
305 dev->priv.sf_hw_table = table; in mlx5_sf_hw_table_init()
332 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_cleanup()
375 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_create()
386 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_destroy()
398 return !!dev->priv.sf_hw_table; in mlx5_sf_hw_table_supported()
/linux/include/linux/mlx5/
H A Ddriver.h645 struct mlx5_sf_hw_table *sf_hw_table; member