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()
310 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_new()
373 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_del()
402 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_vhca_event()
443 if (!dev->priv.sf_table) in mlx5_sf_esw_event()
448 mlx5_sf_del_all(dev->priv.sf_table); in mlx5_sf_esw_event()
462 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_mdev_event()
528 dev->priv.sf_table = table; in mlx5_sf_table_init()
545 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_table_cleanup()
[all …]
/linux/include/linux/mlx5/
H A Ddriver.h643 struct mlx5_sf_table *sf_table; member