Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_vf_lib.h79 u16 num_supported; /* max supported VFs on this PF */ member
Dice_sriov.c941 if (num_vfs > pf->vfs.num_supported) { in ice_pci_sriov_ena()
943 num_vfs, pf->vfs.num_supported); in ice_pci_sriov_ena()
Dice_main.c4013 pf->vfs.num_supported = min_t(int, func_caps->num_allocd_vfs, in ice_set_pf_caps()