Home
last modified time | relevance | path

Searched refs:vfs_supported (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c758 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
768 vfs_supported = *num_vfs; in bnxt_sriov_enable()
774 while (vfs_supported) { in bnxt_sriov_enable()
775 min_rx_rings = vfs_supported; in bnxt_sriov_enable()
776 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
777 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()
803 vfs_supported--; in bnxt_sriov_enable()
806 if (!vfs_supported) { in bnxt_sriov_enable()
811 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()
813 *num_vfs, vfs_supported); in bnxt_sriov_enable()
[all …]