Searched refs:vfs_supported (Results 1 – 1 of 1) sorted by relevance
442 int rc = 0, vfs_supported; in bnxt_sriov_enable() local450 vfs_supported = *num_vfs; in bnxt_sriov_enable()452 while (vfs_supported) { in bnxt_sriov_enable()453 min_rx_rings = vfs_supported; in bnxt_sriov_enable()454 min_tx_rings = vfs_supported; in bnxt_sriov_enable()455 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()476 vfs_supported--; in bnxt_sriov_enable()479 if (!vfs_supported) { in bnxt_sriov_enable()484 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()486 *num_vfs, vfs_supported); in bnxt_sriov_enable()[all …]