Lines Matching refs:pcie_sh
161 (bus)->pcie_sh->rings_info_ptr + OFFSETOF(ring_info_t, member)
1026 if (!(bus->pcie_sh = MALLOCZ(osh, sizeof(pciedev_shared_t)))) { in dhdpcie_bus_attach()
1112 if (bus && bus->pcie_sh) { in dhdpcie_bus_attach()
1113 MFREE(osh, bus->pcie_sh, sizeof(pciedev_shared_t)); in dhdpcie_bus_attach()
2796 if (bus->pcie_sh) { in dhdpcie_bus_release()
2797 MFREE(osh, bus->pcie_sh, sizeof(pciedev_shared_t)); in dhdpcie_bus_release()
4989 addr = bus->pcie_sh->console_addr + OFFSETOF(hnd_cons_t, log); in dhd_bus_dump_console_buffer()
4995 addr = bus->pcie_sh->console_addr + OFFSETOF(hnd_cons_t, log.buf_size); in dhd_bus_dump_console_buffer()
5001 addr = bus->pcie_sh->console_addr + OFFSETOF(hnd_cons_t, log.idx); in dhd_bus_dump_console_buffer()
5078 pciedev_shared_t *local_pciedev_shared = bus->pcie_sh; in dhdpcie_checkdied()
5132 if ((bus->pcie_sh->flags & (PCIE_SHARED_ASSERT|PCIE_SHARED_TRAP)) == 0) { in dhdpcie_checkdied()
5137 (bus->pcie_sh->flags & PCIE_SHARED_ASSERT_BUILT) in dhdpcie_checkdied()
5140 if (bus->pcie_sh->flags & PCIE_SHARED_ASSERT) { in dhdpcie_checkdied()
5143 if (bus->pcie_sh->assert_exp_addr != 0) { in dhdpcie_checkdied()
5146 bus->pcie_sh->assert_exp_addr, in dhdpcie_checkdied()
5155 if (bus->pcie_sh->assert_file_addr != 0) { in dhdpcie_checkdied()
5158 bus->pcie_sh->assert_file_addr, in dhdpcie_checkdied()
5167 bcm_bprintf(&strbuf, " line %d ", bus->pcie_sh->assert_line); in dhdpcie_checkdied()
5170 if (bus->pcie_sh->flags & PCIE_SHARED_TRAP) { in dhdpcie_checkdied()
5174 bus->pcie_sh->trap_addr, (uint8*)tr, sizeof(trap_t))) < 0) { in dhdpcie_checkdied()
5182 if (bus->pcie_sh->flags & (PCIE_SHARED_ASSERT | PCIE_SHARED_TRAP)) { in dhdpcie_checkdied()
5235 bus->pcie_sh->flags2 & PCIE_SHARED2_ETD_ADDR_SUPPORT) { in dhdpcie_checkdied()
6690 return ((pciedev_shared_t*)bus->pcie_sh)->flags; in dhd_bus_get_sharedflags()
7023 sh = bus->pcie_sh; in dhd_buzzz_dump_dngl()
13434 if (sh.console_addr != bus->pcie_sh->console_addr) { in dhdpcie_tcm_valid()
13477 pciedev_shared_t *sh = bus->pcie_sh; in dhdpcie_readshared()
13627 bus->dma_rxoffset = bus->pcie_sh->dma_rxoffset; in dhdpcie_readshared()
15245 if (bus->pcie_sh->flags2 & PCIE_SHARED2_D2H_D11_TX_STATUS) { in dhdpcie_init_d11status()
15246 flags2 = bus->pcie_sh->flags2; in dhdpcie_init_d11status()
15256 bus->pcie_sh->flags2 = flags2; in dhdpcie_init_d11status()
15274 if (bus->pcie_sh->flags2 & (0x1 << PCIE_SHARED_EVENT_BUF_POOL_MAX_POS)) { in dhdpcie_get_max_eventbufpost()
15276 } else if (bus->pcie_sh->flags2 & (0x2 << PCIE_SHARED_EVENT_BUF_POOL_MAX_POS)) { in dhdpcie_get_max_eventbufpost()
15278 } else if (bus->pcie_sh->flags2 & (0x3 << PCIE_SHARED_EVENT_BUF_POOL_MAX_POS)) { in dhdpcie_get_max_eventbufpost()
15693 ltoh32(bus->pcie_sh->trap_addr), in dhd_bus_dump_trap_info()