Searched refs:cp_ring (Results 1 – 1 of 1) sorted by relevance
1677 struct bnxt_cp_ring *cp_ring; in bnxt_hwrm_ring_alloc() local1697 cp_ring = &softc->tx_cp_rings[idx]; in bnxt_hwrm_ring_alloc()1699 req.cmpl_ring_id = htole16(cp_ring->ring.phys_id); in bnxt_hwrm_ring_alloc()1703 req.stat_ctx_id = htole32(cp_ring->stats_ctx_id); in bnxt_hwrm_ring_alloc()1711 cp_ring = &softc->rx_cp_rings[idx]; in bnxt_hwrm_ring_alloc()1713 req.stat_ctx_id = htole32(cp_ring->stats_ctx_id); in bnxt_hwrm_ring_alloc()1725 cp_ring = &softc->rx_cp_rings[idx]; in bnxt_hwrm_ring_alloc()1728 req.stat_ctx_id = htole32(cp_ring->stats_ctx_id); in bnxt_hwrm_ring_alloc()