Home
last modified time | relevance | path

Searched refs:num_supported (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h73 u16 num_supported; /* max supported VFs on this PF */ member
H A Dice_sriov.c916 if (num_vfs > pf->vfs.num_supported) { in ice_pci_sriov_ena()
918 num_vfs, pf->vfs.num_supported); in ice_pci_sriov_ena()
H A Dice_main.c3851 pf->vfs.num_supported = min_t(int, func_caps->num_allocd_vfs, in ice_set_pf_caps()