Searched refs:vfs_supported (Results 1 – 1 of 1) sorted by relevance
820 int rc = 0, vfs_supported; in bnxt_sriov_enable() local830 vfs_supported = *num_vfs; in bnxt_sriov_enable()836 while (vfs_supported) { in bnxt_sriov_enable()837 min_rx_rings = vfs_supported; in bnxt_sriov_enable()838 min_tx_rings = vfs_supported; in bnxt_sriov_enable()839 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()865 vfs_supported--; in bnxt_sriov_enable()868 if (!vfs_supported) { in bnxt_sriov_enable()873 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()875 *num_vfs, vfs_supported); in bnxt_sriov_enable()[all …]