Lines Matching refs:etb_info
23317 etb_info_t etb_info; in dhd_sdtc_etb_dump() local
23328 bzero(&etb_info, sizeof(etb_info)); in dhd_sdtc_etb_dump()
23330 if ((ret = dhd_bus_get_etb_info(dhd, dhd->etb_addr_info.etbinfo_addr, &etb_info))) { in dhd_sdtc_etb_dump()
23335 if (etb_info.read_bytes == 0) { in dhd_sdtc_etb_dump()
23341 __FUNCTION__, etb_info.version, etb_info.len, in dhd_sdtc_etb_dump()
23342 etb_info.read_write_p, etb_info.etb_full, in dhd_sdtc_etb_dump()
23343 etb_info.addr, etb_info.read_bytes)); in dhd_sdtc_etb_dump()
23348 etb_dump_len = etb_info.read_bytes + sizeof(etb_info); in dhd_sdtc_etb_dump()
23355 memcpy(sdtc_etb_mempool, &etb_info, sizeof(etb_info)); in dhd_sdtc_etb_dump()
23356 sdtc_etb_dump = sdtc_etb_mempool + sizeof(etb_info); in dhd_sdtc_etb_dump()
23357 if ((ret = dhd_bus_get_sdtc_etb(dhd, sdtc_etb_dump, etb_info.addr, etb_info.read_bytes))) { in dhd_sdtc_etb_dump()