Searched refs:cp_rings (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 6234 int ring_grps, int cp_rings, int stats, int vnics) in __bnxt_hwrm_reserve_pf_rings() argument 6249 enables |= cp_rings ? FUNC_CFG_REQ_ENABLES_NUM_MSIX : 0; in __bnxt_hwrm_reserve_pf_rings() 6255 enables |= cp_rings ? in __bnxt_hwrm_reserve_pf_rings() 6266 req->num_msix = cpu_to_le16(cp_rings); in __bnxt_hwrm_reserve_pf_rings() 6270 req->num_cmpl_rings = cpu_to_le16(cp_rings); in __bnxt_hwrm_reserve_pf_rings() 6287 int ring_grps, int cp_rings, int stats, int vnics) in __bnxt_hwrm_reserve_vf_rings() argument 6303 enables |= cp_rings ? in __bnxt_hwrm_reserve_vf_rings() 6318 req->num_cmpl_rings = cpu_to_le16(cp_rings); in __bnxt_hwrm_reserve_vf_rings() 6331 int ring_grps, int cp_rings, int stats, int vnics) in bnxt_hwrm_reserve_pf_rings() argument 6337 cp_rings, stats, vnics); in bnxt_hwrm_reserve_pf_rings() [all …]
|