Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c447 u16 vf_tx_rings, vf_rx_rings, vf_cp_rings; in bnxt_hwrm_func_vf_resc_cfg() local
454 vf_cp_rings = bnxt_get_max_func_cp_rings_for_en(bp) - bp->cp_nr_rings; in bnxt_hwrm_func_vf_resc_cfg()
481 vf_cp_rings /= num_vfs; in bnxt_hwrm_func_vf_resc_cfg()
488 req.min_cmpl_rings = cpu_to_le16(vf_cp_rings); in bnxt_hwrm_func_vf_resc_cfg()
496 req.max_cmpl_rings = cpu_to_le16(vf_cp_rings); in bnxt_hwrm_func_vf_resc_cfg()
540 u16 vf_tx_rings, vf_rx_rings, vf_cp_rings, vf_stat_ctx, vf_vnics; in bnxt_hwrm_func_cfg() local
552 vf_cp_rings = (bnxt_get_max_func_cp_rings_for_en(bp) - in bnxt_hwrm_func_cfg()
582 req.num_cmpl_rings = cpu_to_le16(vf_cp_rings); in bnxt_hwrm_func_cfg()
616 hw_resc->max_cp_rings -= vf_cp_rings * num_vfs; in bnxt_hwrm_func_cfg()