Home
last modified time | relevance | path

Searched refs:max_num_sf (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsf.h25 if (MLX5_CAP_GEN(dev, max_num_sf)) in mlx5_sf_max_functions()
26 return MLX5_CAP_GEN(dev, max_num_sf); in mlx5_sf_max_functions()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.c313 if (MLX5_CAP_GEN(dev, max_num_sf)) in mlx5_sf_dev_table_create()
314 max_sfs = MLX5_CAP_GEN(dev, max_num_sf); in mlx5_sf_dev_table_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1682 *max_sfs = MLX5_GET(cmd_hca_cap, hca_caps, max_num_sf); in mlx5_esw_sf_max_hpf_functions()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h1886 u8 max_num_sf[0x10]; member