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.c42 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_controller_to_hwc()
124 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_alloc()
172 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_free()
193 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_deferred_free()
328 dev->priv.sf_hw_table = table; in mlx5_sf_hw_table_init()
368 dev->priv.sf_hw_table = NULL; in mlx5_sf_hw_table_init()
382 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_cleanup()
393 dev->priv.sf_hw_table = NULL; in mlx5_sf_hw_table_cleanup()
402 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_vhca_event()
449 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_destroy()
[all …]
/linux/include/linux/mlx5/
H A Ddriver.h639 struct mlx5_sf_hw_table *sf_hw_table; member