Searched refs:pf_resc (Results 1 – 1 of 1) sorted by relevance
3313 struct bnxt_pf_resource_info *pf_resc) in bnxt_hwrm_pf_func_cfg() argument3511 pf_resc->num_cp_rings = bp->max_cp_rings; in bnxt_calculate_pf_resources()3512 pf_resc->num_tx_rings = bp->max_tx_rings; in bnxt_calculate_pf_resources()3513 pf_resc->num_rx_rings = bp->max_rx_rings; in bnxt_calculate_pf_resources()3514 pf_resc->num_l2_ctxs = bp->max_l2_ctx; in bnxt_calculate_pf_resources()3557 rc = bnxt_hwrm_pf_func_cfg(bp, &pf_resc); in bnxt_hwrm_allocate_pf_only()3696 struct bnxt_pf_resource_info *pf_resc) in bnxt_update_pf_resources() argument3700 bp->max_cp_rings = pf_resc->num_cp_rings; in bnxt_update_pf_resources()3701 bp->max_tx_rings = pf_resc->num_tx_rings; in bnxt_update_pf_resources()3702 bp->max_rx_rings = pf_resc->num_rx_rings; in bnxt_update_pf_resources()[all …]