Searched refs:t_write (Results 1 – 1 of 1) sorted by relevance
512 ac_mem_test_write_t t_write; in ac_mem_test_write() local522 t_write.handle = t_write32.handle; in ac_mem_test_write()523 t_write.page_buf = (void *)(uintptr_t)t_write32.page_buf; in ac_mem_test_write()524 t_write.address = t_write32.address; in ac_mem_test_write()528 if (ddi_copyin(pkt->cmd_cfga.private, &t_write, in ac_mem_test_write()534 if (ddi_copyin(pkt->cmd_cfga.private, &t_write, in ac_mem_test_write()542 if (test->info.handle == t_write.handle) in ac_mem_test_write()555 if ((t_write.address.page_num >= in ac_mem_test_write()557 (t_write.address.line_count == 0) || in ac_mem_test_write()558 (t_write.address.line_count > in ac_mem_test_write()[all …]