Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6053 int ring_grps, int cp_rings, int stats, int vnics) in __bnxt_hwrm_reserve_pf_rings() argument
6068 enables |= cp_rings ? FUNC_CFG_REQ_ENABLES_NUM_MSIX : 0; in __bnxt_hwrm_reserve_pf_rings()
6074 enables |= cp_rings ? in __bnxt_hwrm_reserve_pf_rings()
6085 req->num_msix = cpu_to_le16(cp_rings); in __bnxt_hwrm_reserve_pf_rings()
6089 req->num_cmpl_rings = cpu_to_le16(cp_rings); in __bnxt_hwrm_reserve_pf_rings()
6106 int ring_grps, int cp_rings, int stats, int vnics) in __bnxt_hwrm_reserve_vf_rings() argument
6122 enables |= cp_rings ? in __bnxt_hwrm_reserve_vf_rings()
6137 req->num_cmpl_rings = cpu_to_le16(cp_rings); in __bnxt_hwrm_reserve_vf_rings()
6150 int ring_grps, int cp_rings, int stats, int vnics) in bnxt_hwrm_reserve_pf_rings() argument
6156 cp_rings, stats, vnics); in bnxt_hwrm_reserve_pf_rings()
[all …]