Searched refs:def_cp_ring (Results 1 – 3 of 3) sorted by relevance
2374 softc->def_cp_ring.stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_attach_pre()2375 softc->def_cp_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_attach_pre()2376 softc->def_cp_ring.ring.softc = softc; in bnxt_attach_pre()2377 softc->def_cp_ring.ring.id = 0; in bnxt_attach_pre()2378 softc->def_cp_ring.ring.doorbell = (BNXT_CHIP_P5(softc)) ? in bnxt_attach_pre()2379 DB_PF_OFFSET_P5 : softc->def_cp_ring.ring.id * 0x80; in bnxt_attach_pre()2380 softc->def_cp_ring.ring.ring_size = PAGE_SIZE / in bnxt_attach_pre()2383 sizeof(struct cmpl_base) * softc->def_cp_ring.ring.ring_size, in bnxt_attach_pre()2385 softc->def_cp_ring.ring.vaddr = softc->def_cp_ring_mem.idi_vaddr; in bnxt_attach_pre()2386 softc->def_cp_ring.ring.paddr = softc->def_cp_ring_mem.idi_paddr; in bnxt_attach_pre()[all …]
1090 struct bnxt_cp_ring def_cp_ring; member
2181 req.async_event_cr = htole16(softc->def_cp_ring.ring.phys_id); in bnxt_cfg_async_cr()