Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dgdth.c1991 pmod = (gdth_perf_modes *)ha->pscratch; in GDTH_INITFUNC()
2018 iocr = (gdth_raw_iochan_str *)ha->pscratch; in GDTH_INITFUNC()
2036 chn = (gdth_getch_str *)ha->pscratch; in GDTH_INITFUNC()
2066 ha->cpar = ((gdth_cinfo_str *)ha->pscratch)->cpar; in GDTH_INITFUNC()
2075 memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch, in GDTH_INITFUNC()
2080 ha->bfeat = *(gdth_bfeat_str *)ha->pscratch; in GDTH_INITFUNC()
2092 ioc = (gdth_iochan_str *)ha->pscratch; in GDTH_INITFUNC()
2111 chn = (gdth_getch_str *)ha->pscratch; in GDTH_INITFUNC()
2122 drl = (gdth_drlist_str *)ha->pscratch; in GDTH_INITFUNC()
2140 drv_cnt = *(ulong32 *)ha->pscratch; in GDTH_INITFUNC()
[all …]
Dgdth_proc.c211 pcpar = (gdth_cpar_str *)ha->pscratch; in gdth_set_asc_info()
227 gdth_ioctl_free(hanum, GDTH_SCRATCH, ha->pscratch, paddr); in gdth_set_asc_info()
936 ret_val = ha->pscratch; in gdth_ioctl_alloc()
965 if (buf == ha->pscratch) { in gdth_ioctl_free()
990 if (((gdth_iord_str *)ha->pscratch)->size == (ulong32)size) in gdth_ioctl_check_bin()
Dgdth.h880 char *pscratch; /* scratch (DMA) buffer */ member