Searched refs:mpt_ioctl_iocinfo (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptctl.h78 #define MPTIOCINFO _IOWR(MPT_MAGIC_NUMBER,17,struct mpt_ioctl_iocinfo)
123 * That is, set to sizeof(struct mpt_ioctl_iocinfo) for fixed sized commands.
178 struct mpt_ioctl_iocinfo { struct
H A Dmptctl.c1238 struct mpt_ioctl_iocinfo __user *uarg = (void __user *) arg;
1239 struct mpt_ioctl_iocinfo *karg;
1257 else if (data_size == sizeof(struct mpt_ioctl_iocinfo))
1266 printk(KERN_ERR MYNAM "%s::mpt_ioctl_iocinfo() @%d - no memory available!\n",
1273 "Unable to read in mpt_ioctl_iocinfo struct @ %p\n",
1370 "Unable to write out mpt_ioctl_iocinfo struct @ %p\n",

Completed in 120 milliseconds