Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dgdth.c1216 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()
[all …]
Dgdth_proc.c127 pcpar = (gdth_cpar_str *)ha->pscratch; in gdth_set_asc_info()
Dgdth.h827 char *pscratch; /* scratch (DMA) buffer */ member