Home
last modified time | relevance | path

Searched refs:gdth_ioctl_general (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dgdth_ioctl.h186 } gdth_ioctl_general; typedef
Dgdth.c3550 static void gdth_ioc_cacheservice(gdth_ha_str *ha, gdth_ioctl_general *gen, in gdth_ioc_cacheservice()
3583 static void gdth_ioc_scsiraw(gdth_ha_str *ha, gdth_ioctl_general *gen, in gdth_ioc_scsiraw()
3631 gdth_ioctl_general gen; in ioc_general()
3637 if (copy_from_user(&gen, arg, sizeof(gdth_ioctl_general))) in ioc_general()
3658 if (copy_from_user(buf, arg + sizeof(gdth_ioctl_general), in ioc_general()
3679 if (copy_to_user(arg + sizeof(gdth_ioctl_general), buf, in ioc_general()
3683 sizeof(gdth_ioctl_general) - sizeof(gdth_cmd_str))) in ioc_general()