Searched refs:pscratch (Results 1 – 3 of 3) sorted by relevance
117 pcpar = (gdth_cpar_str *)ha->pscratch; in gdth_set_asc_info()129 gdth_ioctl_free(ha, GDTH_SCRATCH, ha->pscratch, paddr); in gdth_set_asc_info()573 ret_val = ha->pscratch; in gdth_ioctl_alloc()592 if (buf == ha->pscratch) { in gdth_ioctl_free()611 if (((gdth_iord_str *)ha->pscratch)->size == (u32)size) in gdth_ioctl_check_bin()
1638 pmod = (gdth_perf_modes *)ha->pscratch; in gdth_search_drives()1665 iocr = (gdth_raw_iochan_str *)ha->pscratch; in gdth_search_drives()1683 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()1713 ha->cpar = ((gdth_cinfo_str *)ha->pscratch)->cpar; in gdth_search_drives()1722 memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch, in gdth_search_drives()1727 ha->bfeat = *(gdth_bfeat_str *)ha->pscratch; in gdth_search_drives()1739 ioc = (gdth_iochan_str *)ha->pscratch; in gdth_search_drives()1758 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()1769 drl = (gdth_drlist_str *)ha->pscratch; in gdth_search_drives()1787 drv_cnt = *(u32 *)ha->pscratch; in gdth_search_drives()[all …]
859 char *pscratch; /* scratch (DMA) buffer */ member