Lines Matching refs:pcie_sh
125 (bus)->pcie_sh->rings_info_ptr + OFFSETOF(ring_info_t, member)
736 if (!(bus->pcie_sh = MALLOCZ(osh, sizeof(pciedev_shared_t)))) { in dhdpcie_bus_attach()
839 if (bus && bus->pcie_sh) { in dhdpcie_bus_attach()
840 MFREE(osh, bus->pcie_sh, sizeof(pciedev_shared_t)); in dhdpcie_bus_attach()
2163 if (bus->pcie_sh) { in dhdpcie_bus_release()
2164 MFREE(osh, bus->pcie_sh, sizeof(pciedev_shared_t)); in dhdpcie_bus_release()
2165 bus->pcie_sh = NULL; in dhdpcie_bus_release()
3591 addr = bus->pcie_sh->console_addr + OFFSETOF(hnd_cons_t, log); in dhd_bus_dump_console_buffer()
3597 addr = bus->pcie_sh->console_addr + OFFSETOF(hnd_cons_t, log.buf_size); in dhd_bus_dump_console_buffer()
3603 addr = bus->pcie_sh->console_addr + OFFSETOF(hnd_cons_t, log.idx); in dhd_bus_dump_console_buffer()
3663 pciedev_shared_t *local_pciedev_shared = bus->pcie_sh; in dhdpcie_checkdied()
3717 if ((bus->pcie_sh->flags & (PCIE_SHARED_ASSERT|PCIE_SHARED_TRAP)) == 0) { in dhdpcie_checkdied()
3722 (bus->pcie_sh->flags & PCIE_SHARED_ASSERT_BUILT) in dhdpcie_checkdied()
3725 if (bus->pcie_sh->flags & PCIE_SHARED_ASSERT) { in dhdpcie_checkdied()
3728 if (bus->pcie_sh->assert_exp_addr != 0) { in dhdpcie_checkdied()
3731 bus->pcie_sh->assert_exp_addr, in dhdpcie_checkdied()
3740 if (bus->pcie_sh->assert_file_addr != 0) { in dhdpcie_checkdied()
3743 bus->pcie_sh->assert_file_addr, in dhdpcie_checkdied()
3752 bcm_bprintf(&strbuf, " line %d ", bus->pcie_sh->assert_line); in dhdpcie_checkdied()
3755 if (bus->pcie_sh->flags & PCIE_SHARED_TRAP) { in dhdpcie_checkdied()
3759 bus->pcie_sh->trap_addr, (uint8*)tr, sizeof(trap_t))) < 0) { in dhdpcie_checkdied()
3767 if (bus->pcie_sh->flags & (PCIE_SHARED_ASSERT | PCIE_SHARED_TRAP)) { in dhdpcie_checkdied()
4733 return ((pciedev_shared_t*)bus->pcie_sh)->flags; in dhd_bus_get_sharedflags()
5062 sh = bus->pcie_sh; in dhd_buzzz_dump_dngl()
9495 if (sh.console_addr != bus->pcie_sh->console_addr) { in dhdpcie_tcm_valid()
9538 pciedev_shared_t *sh = bus->pcie_sh; in dhdpcie_readshared_console()
9583 pciedev_shared_t *sh = bus->pcie_sh; in dhdpcie_readshared()
9657 bus->dma_rxoffset = bus->pcie_sh->dma_rxoffset; in dhdpcie_readshared()
11428 if (bus->pcie_sh->flags2 & PCIE_SHARED2_D2H_D11_TX_STATUS) { in dhdpcie_init_d11status()
11429 flags2 = bus->pcie_sh->flags2; in dhdpcie_init_d11status()
11439 bus->pcie_sh->flags2 = flags2; in dhdpcie_init_d11status()
11564 ltoh32(bus->pcie_sh->trap_addr), in dhd_bus_dump_trap_info()