Lines Matching refs:vfs_supported
758 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
768 vfs_supported = *num_vfs; in bnxt_sriov_enable()
774 while (vfs_supported) { in bnxt_sriov_enable()
775 min_rx_rings = vfs_supported; in bnxt_sriov_enable()
776 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
777 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()
803 vfs_supported--; in bnxt_sriov_enable()
806 if (!vfs_supported) { in bnxt_sriov_enable()
811 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()
813 *num_vfs, vfs_supported); in bnxt_sriov_enable()
814 *num_vfs = vfs_supported; in bnxt_sriov_enable()