Searched refs:vfs_supported (Results 1 – 1 of 1) sorted by relevance
767 int rc = 0, vfs_supported; in bnxt_sriov_enable() local777 vfs_supported = *num_vfs; in bnxt_sriov_enable()783 while (vfs_supported) { in bnxt_sriov_enable()784 min_rx_rings = vfs_supported; in bnxt_sriov_enable()785 min_tx_rings = vfs_supported; in bnxt_sriov_enable()786 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()812 vfs_supported--; in bnxt_sriov_enable()815 if (!vfs_supported) { in bnxt_sriov_enable()820 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()822 *num_vfs, vfs_supported); in bnxt_sriov_enable()[all …]