Searched refs:pf_resc (Results 1 – 1 of 1) sorted by relevance
3471 struct bnxt_pf_resource_info *pf_resc) in bnxt_hwrm_pf_func_cfg() argument3705 pf_resc->num_l2_ctxs = bp->max_l2_ctx; in bnxt_calculate_pf_resources()3708 pf_resc->num_vnics = bp->max_vnics; in bnxt_calculate_pf_resources()3755 rc = bnxt_hwrm_pf_func_cfg(bp, &pf_resc); in bnxt_hwrm_allocate_pf_only()3898 struct bnxt_pf_resource_info *pf_resc) in bnxt_update_pf_resources() argument3902 bp->max_cp_rings = pf_resc->num_cp_rings; in bnxt_update_pf_resources()3903 bp->max_tx_rings = pf_resc->num_tx_rings; in bnxt_update_pf_resources()3904 bp->max_rx_rings = pf_resc->num_rx_rings; in bnxt_update_pf_resources()3906 bp->max_nq_rings = pf_resc->num_nq_rings; in bnxt_update_pf_resources()3907 bp->max_vnics = pf_resc->num_vnics; in bnxt_update_pf_resources()[all …]