Home
last modified time | relevance | path

Searched refs:pscratch (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dgdth_proc.c131 pcpar = (gdth_cpar_str *)ha->pscratch; in gdth_set_asc_info()
143 gdth_ioctl_free(ha, GDTH_SCRATCH, ha->pscratch, paddr); in gdth_set_asc_info()
688 ret_val = ha->pscratch; in gdth_ioctl_alloc()
707 if (buf == ha->pscratch) { in gdth_ioctl_free()
726 if (((gdth_iord_str *)ha->pscratch)->size == (u32)size) in gdth_ioctl_check_bin()
Dgdth.c1646 pmod = (gdth_perf_modes *)ha->pscratch; in gdth_search_drives()
1673 iocr = (gdth_raw_iochan_str *)ha->pscratch; in gdth_search_drives()
1691 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()
1721 ha->cpar = ((gdth_cinfo_str *)ha->pscratch)->cpar; in gdth_search_drives()
1730 memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch, in gdth_search_drives()
1735 ha->bfeat = *(gdth_bfeat_str *)ha->pscratch; in gdth_search_drives()
1747 ioc = (gdth_iochan_str *)ha->pscratch; in gdth_search_drives()
1766 chn = (gdth_getch_str *)ha->pscratch; in gdth_search_drives()
1777 drl = (gdth_drlist_str *)ha->pscratch; in gdth_search_drives()
1795 drv_cnt = *(u32 *)ha->pscratch; in gdth_search_drives()
[all …]
Dgdth.h868 char *pscratch; /* scratch (DMA) buffer */ member