Lines Matching refs:GDTH_SCRATCH
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()
471 gdth_ioctl_free(ha, GDTH_SCRATCH, buf, paddr); in gdth_show_info()
571 if (!ha->scratch_busy && size <= GDTH_SCRATCH) { in gdth_ioctl_alloc()