Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ !
H A Dnv_param.c90 u8 max_vfs_per_pf[0x10]; member
748 max = MLX5_GET(nv_global_pci_cap, data, max_vfs_per_pf); in mlx5_devlink_total_vfs_validate()
/linux/drivers/net/ethernet/marvell/octeontx2/af/ !
H A Drvu.h438 u16 max_vfs_per_pf; /* Max VFs that can be attached to a PF */ member
H A Drvu.c938 hw->max_vfs_per_pf = (cfg >> 40) & 0xFF; in rvu_setup_hw_resources()
H A Drvu_nix.c3703 BIT_ULL(36) | (hw->max_vfs_per_pf << 4) | MC_TBL_SIZE); in nix_setup_mcast()