Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth_proc.c130 gdth_ioctl_free(ha, GDTH_SCRATCH, ha->pscratch, paddr); in gdth_set_asc_info()
233 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info()
239 pds = (gdth_dskstat_str *)(buf + GDTH_SCRATCH/4); in gdth_show_info()
242 gdtcmd->u.ioctl.p_param = paddr + GDTH_SCRATCH/4; in gdth_show_info()
243 gdtcmd->u.ioctl.param_size = 3*GDTH_SCRATCH/4; in gdth_show_info()
249 cnt = (3*GDTH_SCRATCH/4 - 5 * sizeof(u32)) / in gdth_show_info()
326 gdth_ioctl_free(ha, GDTH_SCRATCH, buf, paddr); in gdth_show_info()
335 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info()
411 gdth_ioctl_free(ha, GDTH_SCRATCH, buf, paddr); in gdth_show_info()
420 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info()
[all …]
Dgdth.c4738 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_isa_probe_one()
4807 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_isa_probe_one()
4864 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_eisa_probe_one()
4941 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_eisa_probe_one()
4997 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH, in gdth_pci_probe_one()
5086 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_pci_probe_one()
5125 pci_free_consistent(ha->pdev, GDTH_SCRATCH, in gdth_remove_one()
Dgdth.h144 #define GDTH_SCRATCH PAGE_SIZE /* 4KB scratch buffer */ macro