Searched refs:hostfw_buf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.c | 2811 if (bus->hostfw_buf.va) { in dhdpcie_bus_release() 2812 DMA_FREE_CONSISTENT(osh, bus->hostfw_buf.va, bus->hostfw_buf._alloced, in dhdpcie_bus_release() 2813 bus->hostfw_buf.pa, bus->hostfw_buf.dmah); in dhdpcie_bus_release() 2814 memset(&bus->hostfw_buf, 0, sizeof(bus->hostfw_buf)); in dhdpcie_bus_release() 3781 dhd_dma_buf_t *hstfw = &bus->hostfw_buf; in dhdpcie_hybridfw_download() 8599 if (bus->hostfw_buf.va) { in dhdpcie_bus_doiovar() 8602 (uint32)PCIEDEV_ARM_ADDR(PHYSADDRLO(bus->hostfw_buf.pa), in dhdpcie_bus_doiovar() 8604 ret.hostmem_code_win_length = bus->hostfw_buf.len; in dhdpcie_bus_doiovar() 10429 if (bus->hostfw_buf.va) { in dhdpcie_bus_download_state() 10439 host_location.binary_size = htol32(bus->hostfw_buf.len); in dhdpcie_bus_download_state() [all …]
|
| H A D | dhd_pcie.h | 356 dhd_dma_buf_t hostfw_buf; /* Host offload firmware buffer */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.c | 2815 if (bus->hostfw_buf.va) { in dhdpcie_bus_release() 2816 DMA_FREE_CONSISTENT(osh, bus->hostfw_buf.va, bus->hostfw_buf._alloced, in dhdpcie_bus_release() 2817 bus->hostfw_buf.pa, bus->hostfw_buf.dmah); in dhdpcie_bus_release() 2818 memset(&bus->hostfw_buf, 0, sizeof(bus->hostfw_buf)); in dhdpcie_bus_release() 3774 dhd_dma_buf_t *hstfw = &bus->hostfw_buf; in dhdpcie_hybridfw_download() 8592 if (bus->hostfw_buf.va) { in dhdpcie_bus_doiovar() 8595 (uint32)PCIEDEV_ARM_ADDR(PHYSADDRLO(bus->hostfw_buf.pa), in dhdpcie_bus_doiovar() 8597 ret.hostmem_code_win_length = bus->hostfw_buf.len; in dhdpcie_bus_doiovar() 10422 if (bus->hostfw_buf.va) { in dhdpcie_bus_download_state() 10432 host_location.binary_size = htol32(bus->hostfw_buf.len); in dhdpcie_bus_download_state() [all …]
|
| H A D | dhd_pcie.h | 356 dhd_dma_buf_t hostfw_buf; /* Host offload firmware buffer */ member
|