Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.h73 struct mpt3_ioctl_command32)
269 struct mpt3_ioctl_command32 { struct
Dmpt3sas_ctl.c2297 struct mpt3_ioctl_command32 karg32; in _ctl_compat_mpt_command()
2298 struct mpt3_ioctl_command32 __user *uarg; in _ctl_compat_mpt_command()
2301 if (_IOC_SIZE(cmd) != sizeof(struct mpt3_ioctl_command32)) in _ctl_compat_mpt_command()
2304 uarg = (struct mpt3_ioctl_command32 __user *) arg; in _ctl_compat_mpt_command()