Searched refs:def_cp_ring (Results 1 – 3 of 3) sorted by relevance
2755 softc->def_cp_ring.stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_attach_pre()2756 softc->def_cp_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_attach_pre()2757 softc->def_cp_ring.ring.softc = softc; in bnxt_attach_pre()2758 softc->def_cp_ring.ring.id = 0; in bnxt_attach_pre()2759 softc->def_cp_ring.ring.doorbell = (BNXT_CHIP_P5_PLUS(softc)) ? in bnxt_attach_pre()2760 softc->legacy_db_size : softc->def_cp_ring.ring.id * 0x80; in bnxt_attach_pre()2761 softc->def_cp_ring.ring.ring_size = PAGE_SIZE / in bnxt_attach_pre()2763 softc->def_cp_ring.ring.db_ring_mask = softc->def_cp_ring.ring.ring_size -1 ; in bnxt_attach_pre()2765 sizeof(struct cmpl_base) * softc->def_cp_ring.ring.ring_size, in bnxt_attach_pre()2767 softc->def_cp_ring.ring.vaddr = softc->def_cp_ring_mem.idi_vaddr; in bnxt_attach_pre()[all …]
1168 struct bnxt_cp_ring def_cp_ring; member
2382 req.async_event_cr = htole16(softc->def_cp_ring.ring.phys_id); in bnxt_cfg_async_cr()2395 req.async_event_cr = htole16(softc->def_cp_ring.ring.phys_id); in bnxt_cfg_async_cr()