Searched refs:be_max_vfs (Results 1 – 2 of 2) sorted by relevance
4390 res->max_evt_qs = (be_max_vfs(adapter) > 0) ? in BEx_get_resources()4426 u16 max_vfs = be_max_vfs(adapter); in be_calculate_pf_pool_rss_tables()4470 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_get_sriov_config()4488 pci_sriov_set_totalvfs(adapter->pdev, be_max_vfs(adapter)); in be_alloc_sriov_res()4495 if (skyhawk_chip(adapter) && be_max_vfs(adapter) && !old_vfs) { in be_alloc_sriov_res()4542 be_max_vfs(adapter)); in be_get_resources()
696 #define be_max_vfs(adapter) (adapter->pool_res.max_vfs) macro