Lines Matching refs:vfs_supported
757 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
767 vfs_supported = *num_vfs; in bnxt_sriov_enable()
773 while (vfs_supported) { in bnxt_sriov_enable()
774 min_rx_rings = vfs_supported; in bnxt_sriov_enable()
775 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
776 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()
802 vfs_supported--; in bnxt_sriov_enable()
805 if (!vfs_supported) { in bnxt_sriov_enable()
810 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()
812 *num_vfs, vfs_supported); in bnxt_sriov_enable()
813 *num_vfs = vfs_supported; in bnxt_sriov_enable()