Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1677 struct bnxt_cp_ring *cp_ring; in bnxt_hwrm_ring_alloc() local
1697 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()