Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c757 int rc = 0, vfs_supported; in bnxt_sriov_enable() local
767 vfs_supported = *num_vfs; in bnxt_sriov_enable()
773 while (vfs_supported) { in bnxt_sriov_enable()
774 min_rx_rings = vfs_supported; in bnxt_sriov_enable()
775 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
776 min_rss_ctxs = vfs_supported; in bnxt_sriov_enable()
802 vfs_supported--; in bnxt_sriov_enable()
805 if (!vfs_supported) { in bnxt_sriov_enable()
810 if (vfs_supported != *num_vfs) { in bnxt_sriov_enable()
812 *num_vfs, vfs_supported); in bnxt_sriov_enable()
[all …]