Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c148 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_fn_state_get()
229 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_fn_state_set()
304 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_new()
367 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_del()
393 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_vhca_event()
434 if (!dev->priv.sf_table) in mlx5_sf_esw_event()
439 mlx5_sf_del_all(dev->priv.sf_table); in mlx5_sf_esw_event()
453 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_mdev_event()
519 dev->priv.sf_table = table; in mlx5_sf_table_init()
536 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_table_cleanup()
[all …]
/linux/include/linux/mlx5/
H A Ddriver.h629 struct mlx5_sf_table *sf_table; member