Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth_proc.c143 gdth_ioctl_free(ha, GDTH_SCRATCH, ha->pscratch, paddr); in gdth_set_asc_info()
269 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_get_info()
275 pds = (gdth_dskstat_str *)(buf + GDTH_SCRATCH/4); in gdth_get_info()
278 gdtcmd->u.ioctl.p_param = paddr + GDTH_SCRATCH/4; in gdth_get_info()
279 gdtcmd->u.ioctl.param_size = 3*GDTH_SCRATCH/4; in gdth_get_info()
285 cnt = (3*GDTH_SCRATCH/4 - 5 * sizeof(u32)) / in gdth_get_info()
369 gdth_ioctl_free(ha, GDTH_SCRATCH, buf, paddr); in gdth_get_info()
374 gdth_ioctl_free(ha, GDTH_SCRATCH, buf, paddr); in gdth_get_info()
386 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_get_info()
456 gdth_ioctl_free(ha, GDTH_SCRATCH, buf, paddr); in gdth_get_info()
[all …]
Dgdth.c4747 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_isa_probe_one()
4816 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_isa_probe_one()
4873 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_eisa_probe_one()
4950 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_eisa_probe_one()
5007 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_pci_probe_one()
5096 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_pci_probe_one()
5135 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_remove_one()
Dgdth.h152 #define GDTH_SCRATCH PAGE_SIZE /* 4KB scratch buffer */ macro