Lines Matching refs:vfs_supported
731 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
741 vfs_supported = *num_vfs; in bnxt_sriov_enable()
747 while (vfs_supported) { in bnxt_sriov_enable()
748 min_rx_rings = vfs_supported; in bnxt_sriov_enable()
749 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
750 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()
776 vfs_supported--; in bnxt_sriov_enable()
779 if (!vfs_supported) { in bnxt_sriov_enable()
784 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()
786 *num_vfs, vfs_supported); in bnxt_sriov_enable()
787 *num_vfs = vfs_supported; in bnxt_sriov_enable()