Searched refs:vfs_supported (Results 1 – 1 of 1) sorted by relevance
635 int rc = 0, vfs_supported; in bnxt_sriov_enable() local645 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()[all …]