Searched refs:mpt_ioctl_replace_fw (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.h87 #define MPTFWREPLACE _IOWR(MPT_MAGIC_NUMBER,25,struct mpt_ioctl_replace_fw)
293 typedef struct mpt_ioctl_replace_fw { struct
H A Dmptctl.c1720 struct mpt_ioctl_replace_fw __user *uarg = (void __user *) arg;
1721 struct mpt_ioctl_replace_fw karg;
1726 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_replace_fw))) {
1728 "Unable to read in mpt_ioctl_replace_fw struct @ %p\n",
1766 "Unable to read in mpt_ioctl_replace_fw image "

Completed in 60 milliseconds