Lines Matching refs:vfs_supported
734 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
744 vfs_supported = *num_vfs; in bnxt_sriov_enable()
750 while (vfs_supported) { in bnxt_sriov_enable()
751 min_rx_rings = vfs_supported; in bnxt_sriov_enable()
752 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
753 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()
779 vfs_supported--; in bnxt_sriov_enable()
782 if (!vfs_supported) { in bnxt_sriov_enable()
787 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()
789 *num_vfs, vfs_supported); in bnxt_sriov_enable()
790 *num_vfs = vfs_supported; in bnxt_sriov_enable()