Searched refs:is_sf (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | debugfs.c | 134 void mlx5_esw_vport_debugfs_create(struct mlx5_eswitch *esw, u16 vport_num, bool is_sf, u16 sf_num) in mlx5_esw_vport_debugfs_create() argument 149 err = snprintf(dir_name, VNIC_DIAG_DIR_NAME_MAX_LEN, "%s_%d", is_sf ? "sf" : "vf", in mlx5_esw_vport_debugfs_create() 150 is_sf ? sf_num : vport_num - MLX5_VPORT_FIRST_VF); in mlx5_esw_vport_debugfs_create()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 703 void mlx5_esw_vport_debugfs_create(struct mlx5_eswitch *esw, u16 vport_num, bool is_sf, u16 sf_num);
|