Searched refs:mpt_ioctl_command (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.h71 #define MPTCOMMAND _IOWR(MPT_MAGIC_NUMBER,20,struct mpt_ioctl_command)
96 * mpt_fw_xfer32 (mpt_ioctl_command32) to mpt_fw_xfer (mpt_ioctl_command)
320 struct mpt_ioctl_command { struct
H A Dmptctl.c125 static int mptctl_do_mpt_command(struct mpt_ioctl_command karg, void __user *mfPtr);
1793 struct mpt_ioctl_command __user *uarg = (void __user *) arg;
1794 struct mpt_ioctl_command karg;
1800 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_command))) {
1802 "Unable to read in mpt_ioctl_command struct @ %p\n",
1832 mptctl_do_mpt_command (struct mpt_ioctl_command karg, void __user *mfPtr)
1904 "Unable to read MF from mpt_ioctl_command struct @ %p\n",
2878 struct mpt_ioctl_command karg;

Completed in 150 milliseconds