Searched refs:etb_info (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_bus.h | 408 extern int dhd_bus_get_etb_info(dhd_pub_t *dhd, uint32 etb_info_addr, etb_info_t *etb_info);
|
| H A D | dhd_linux.c | 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() [all …]
|
| H A D | dhd_pcie.c | 16953 dhd_bus_get_etb_info(dhd_pub_t *dhd, uint32 etbinfo_addr, etb_info_t *etb_info) in dhd_bus_get_etb_info() argument 16959 (unsigned char *)etb_info, sizeof(*etb_info)))) { in dhd_bus_get_etb_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_bus.h | 412 extern int dhd_bus_get_etb_info(dhd_pub_t *dhd, uint32 etb_info_addr, etb_info_t *etb_info);
|
| H A D | dhd_linux.c | 23428 etb_info_t etb_info; in dhd_sdtc_etb_dump() local 23439 bzero(&etb_info, sizeof(etb_info)); in dhd_sdtc_etb_dump() 23441 if ((ret = dhd_bus_get_etb_info(dhd, dhd->etb_addr_info.etbinfo_addr, &etb_info))) { in dhd_sdtc_etb_dump() 23446 if (etb_info.read_bytes == 0) { in dhd_sdtc_etb_dump() 23452 __FUNCTION__, etb_info.version, etb_info.len, in dhd_sdtc_etb_dump() 23453 etb_info.read_write_p, etb_info.etb_full, in dhd_sdtc_etb_dump() 23454 etb_info.addr, etb_info.read_bytes)); in dhd_sdtc_etb_dump() 23459 etb_dump_len = etb_info.read_bytes + sizeof(etb_info); in dhd_sdtc_etb_dump() 23466 memcpy(sdtc_etb_mempool, &etb_info, sizeof(etb_info)); in dhd_sdtc_etb_dump() 23467 sdtc_etb_dump = sdtc_etb_mempool + sizeof(etb_info); in dhd_sdtc_etb_dump() [all …]
|
| H A D | dhd_pcie.c | 16946 dhd_bus_get_etb_info(dhd_pub_t *dhd, uint32 etbinfo_addr, etb_info_t *etb_info) in dhd_bus_get_etb_info() argument 16952 (unsigned char *)etb_info, sizeof(*etb_info)))) { in dhd_bus_get_etb_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 25491 typedef struct etb_info { struct
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 25583 typedef struct etb_info { struct
|