Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.h35 #define IXGBE_MAX_VFS_DRV_LIMIT (IXGBE_MAX_VF_FUNCTIONS - 1) macro
Dixgbe_sriov.c163 adapter->num_vfs = min_t(unsigned int, adapter->num_vfs, IXGBE_MAX_VFS_DRV_LIMIT); in ixgbe_enable_sriov()
Dixgbe_main.c5438 if (max_vfs > IXGBE_MAX_VFS_DRV_LIMIT) { in ixgbe_sw_init()
8765 pci_sriov_set_totalvfs(pdev, IXGBE_MAX_VFS_DRV_LIMIT); in ixgbe_probe()