Lines Matching refs:pscratch
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()
1791 drv_no = ((u32 *)ha->pscratch)[j]; in gdth_search_drives()
1798 alst = (gdth_arcdl_str *)ha->pscratch; in gdth_search_drives()
1817 alst2 = &((gdth_alist_str *)ha->pscratch)[j]; in gdth_search_drives()
1889 oemstr = (gdth_oem_str_ioctl *)ha->pscratch; in gdth_search_drives()
4740 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_isa_probe_one()
4742 if (!ha->pscratch) in gdth_isa_probe_one()
4810 ha->pscratch, ha->scratch_phys); in gdth_isa_probe_one()
4866 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_eisa_probe_one()
4868 if (!ha->pscratch) in gdth_eisa_probe_one()
4944 ha->pscratch, ha->scratch_phys); in gdth_eisa_probe_one()
4999 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_pci_probe_one()
5001 if (!ha->pscratch) in gdth_pci_probe_one()
5089 ha->pscratch, ha->scratch_phys); in gdth_pci_probe_one()
5126 if (ha->pscratch) in gdth_remove_one()
5128 ha->pscratch, ha->scratch_phys); in gdth_remove_one()