Searched refs:mpt_ioctl_replace_fw (Results 1 – 2 of 2) sorted by relevance
87 #define MPTFWREPLACE _IOWR(MPT_MAGIC_NUMBER,25,struct mpt_ioctl_replace_fw)293 typedef struct mpt_ioctl_replace_fw { struct
1640 struct mpt_ioctl_replace_fw __user *uarg = (void __user *) arg; in mptctl_replace_fw()1641 struct mpt_ioctl_replace_fw karg; in mptctl_replace_fw()1644 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_replace_fw))) { in mptctl_replace_fw()