Lines Matching refs:vfs_supported
635 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
645 vfs_supported = *num_vfs; in bnxt_sriov_enable()
651 while (vfs_supported) { in bnxt_sriov_enable()
652 min_rx_rings = vfs_supported; in bnxt_sriov_enable()
653 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
654 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()
680 vfs_supported--; in bnxt_sriov_enable()
683 if (!vfs_supported) { in bnxt_sriov_enable()
688 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()
690 *num_vfs, vfs_supported); in bnxt_sriov_enable()
691 *num_vfs = vfs_supported; in bnxt_sriov_enable()