Lines Matching refs:pscratch
1216 iocr = (gdth_raw_iochan_str *)ha->pscratch; in gdth_search_drives()
1234 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()
1264 ha->cpar = ((gdth_cinfo_str *)ha->pscratch)->cpar; in gdth_search_drives()
1273 memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch, in gdth_search_drives()
1278 ha->bfeat = *(gdth_bfeat_str *)ha->pscratch; in gdth_search_drives()
1290 ioc = (gdth_iochan_str *)ha->pscratch; in gdth_search_drives()
1309 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()
1320 drl = (gdth_drlist_str *)ha->pscratch; in gdth_search_drives()
1338 drv_cnt = *(u32 *)ha->pscratch; in gdth_search_drives()
1342 drv_no = ((u32 *)ha->pscratch)[j]; in gdth_search_drives()
1349 alst = (gdth_arcdl_str *)ha->pscratch; in gdth_search_drives()
1368 alst2 = &((gdth_alist_str *)ha->pscratch)[j]; in gdth_search_drives()
1440 oemstr = (gdth_oem_str_ioctl *)ha->pscratch; in gdth_search_drives()
4057 ha->pscratch = dma_alloc_coherent(&ha->pdev->dev, GDTH_SCRATCH, in gdth_pci_probe_one()
4059 if (!ha->pscratch) in gdth_pci_probe_one()
4133 ha->pscratch, ha->scratch_phys); in gdth_pci_probe_one()
4160 if (ha->pscratch) in gdth_remove_one()
4162 ha->pscratch, ha->scratch_phys); in gdth_remove_one()