Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c864 uint16_t new_max_vfs; in __bnxt_hwrm_func_qcaps() local
881 new_max_vfs = bp->pdev->max_vfs; in __bnxt_hwrm_func_qcaps()
882 if (new_max_vfs != bp->pf->max_vfs) { in __bnxt_hwrm_func_qcaps()
883 rc = bnxt_alloc_vf_info(bp, new_max_vfs); in __bnxt_hwrm_func_qcaps()