Lines Matching refs:pscratch
1639 pmod = (gdth_perf_modes *)ha->pscratch; in gdth_search_drives()
1666 iocr = (gdth_raw_iochan_str *)ha->pscratch; in gdth_search_drives()
1684 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()
1714 ha->cpar = ((gdth_cinfo_str *)ha->pscratch)->cpar; in gdth_search_drives()
1723 memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch, in gdth_search_drives()
1728 ha->bfeat = *(gdth_bfeat_str *)ha->pscratch; in gdth_search_drives()
1740 ioc = (gdth_iochan_str *)ha->pscratch; in gdth_search_drives()
1759 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()
1770 drl = (gdth_drlist_str *)ha->pscratch; in gdth_search_drives()
1788 drv_cnt = *(u32 *)ha->pscratch; in gdth_search_drives()
1792 drv_no = ((u32 *)ha->pscratch)[j]; in gdth_search_drives()
1799 alst = (gdth_arcdl_str *)ha->pscratch; in gdth_search_drives()
1818 alst2 = &((gdth_alist_str *)ha->pscratch)[j]; in gdth_search_drives()
1890 oemstr = (gdth_oem_str_ioctl *)ha->pscratch; in gdth_search_drives()
4738 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_isa_probe_one()
4740 if (!ha->pscratch) in gdth_isa_probe_one()
4808 ha->pscratch, ha->scratch_phys); in gdth_isa_probe_one()
4864 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_eisa_probe_one()
4866 if (!ha->pscratch) in gdth_eisa_probe_one()
4942 ha->pscratch, ha->scratch_phys); in gdth_eisa_probe_one()
4997 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_pci_probe_one()
4999 if (!ha->pscratch) in gdth_pci_probe_one()
5087 ha->pscratch, ha->scratch_phys); in gdth_pci_probe_one()
5124 if (ha->pscratch) in gdth_remove_one()
5126 ha->pscratch, ha->scratch_phys); in gdth_remove_one()