Searched refs:is_sf (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
A D | debugfs.c | 145 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 160 err = snprintf(dir_name, VNIC_DIAG_DIR_NAME_MAX_LEN, "%s_%d", is_sf ? "sf" : "vf", in mlx5_esw_vport_debugfs_create() 161 is_sf ? sf_num : vport_num - MLX5_VPORT_FIRST_VF); in mlx5_esw_vport_debugfs_create()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | eswitch.h | 706 void mlx5_esw_vport_debugfs_create(struct mlx5_eswitch *esw, u16 vport_num, bool is_sf, u16 sf_num);
|
Completed in 6 milliseconds