Lines Matching refs:vfs_supported
442 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
450 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()
487 *num_vfs = vfs_supported; in bnxt_sriov_enable()