Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h208 int bnxt_hwrm_func_reserve_vf_resc(struct bnxt *bp, bool test);
H A Dbnxt_hwrm.c965 return bnxt_hwrm_func_reserve_vf_resc(bp, true); in bnxt_hwrm_check_vf_rings()
968 int bnxt_hwrm_func_reserve_vf_resc(struct bnxt *bp, bool test) in bnxt_hwrm_func_reserve_vf_resc() function
H A Dbnxt_ethdev.c1046 rc = bnxt_hwrm_func_reserve_vf_resc(bp, false); in bnxt_dev_configure_op()