Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_ctl.h65 struct mpt2_ioctl_command32)
258 struct mpt2_ioctl_command32 { struct
Dmpt2sas_ctl.c2279 struct mpt2_ioctl_command32 karg32; in _ctl_compat_mpt_command()
2280 struct mpt2_ioctl_command32 __user *uarg; in _ctl_compat_mpt_command()
2285 if (_IOC_SIZE(cmd) != sizeof(struct mpt2_ioctl_command32)) in _ctl_compat_mpt_command()
2288 uarg = (struct mpt2_ioctl_command32 __user *) arg; in _ctl_compat_mpt_command()