Searched refs:GDTH_SCRATCH (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/scsi/ | 
| D | gdth_proc.c | 129         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 …] 
 | 
| D | gdth.c | 4740 	ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH,  in gdth_isa_probe_one() 4809 	pci_free_consistent(ha->pdev, GDTH_SCRATCH,  in gdth_isa_probe_one() 4866 	ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH,  in gdth_eisa_probe_one() 4943 	pci_free_consistent(ha->pdev, GDTH_SCRATCH,  in gdth_eisa_probe_one() 4999 	ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH,  in gdth_pci_probe_one() 5088 	pci_free_consistent(ha->pdev, GDTH_SCRATCH,  in gdth_pci_probe_one() 5127 		pci_free_consistent(ha->pdev, GDTH_SCRATCH,  in gdth_remove_one()
  | 
| D | gdth.h | 143 #define GDTH_SCRATCH    PAGE_SIZE               /* 4KB scratch buffer */  macro
  |