Home
last modified time | relevance | path

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

/src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1760 struct bnxt_cp_ring *cp_ring; in bnxt_hwrm_ring_alloc() local
1780 cp_ring = &softc->tx_cp_rings[idx]; in bnxt_hwrm_ring_alloc()
1782 req.cmpl_ring_id = htole16(cp_ring->ring.phys_id); in bnxt_hwrm_ring_alloc()
1786 req.stat_ctx_id = htole32(cp_ring->stats_ctx_id); in bnxt_hwrm_ring_alloc()
1794 cp_ring = &softc->rx_cp_rings[idx]; in bnxt_hwrm_ring_alloc()
1796 req.stat_ctx_id = htole32(cp_ring->stats_ctx_id); in bnxt_hwrm_ring_alloc()
1808 cp_ring = &softc->rx_cp_rings[idx]; in bnxt_hwrm_ring_alloc()
1811 req.stat_ctx_id = htole32(cp_ring->stats_ctx_id); in bnxt_hwrm_ring_alloc()