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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c124 static int mptctl_do_mpt_command(struct mpt_ioctl_command karg, void __user *mfPtr);
1701 struct mpt_ioctl_command __user *uarg = (void __user *) arg;
1702 struct mpt_ioctl_command karg;
1709 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_command))) {
1711 "Unable to read in mpt_ioctl_command struct @ %p\n",
1741 mptctl_do_mpt_command (struct mpt_ioctl_command karg, void __user *mfPtr)
1809 "Unable to read MF from mpt_ioctl_command struct @ %p\n",
2731 struct mpt_ioctl_command karg;

Completed in 26 milliseconds