Searched refs:mpt_ioctl_replace_fw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptctl.h | 87 #define MPTFWREPLACE _IOWR(MPT_MAGIC_NUMBER,25,struct mpt_ioctl_replace_fw) 293 typedef struct mpt_ioctl_replace_fw { struct
|
H A D | mptctl.c | 1646 struct mpt_ioctl_replace_fw __user *uarg = (void __user *) arg; in mptctl_replace_fw() 1647 struct mpt_ioctl_replace_fw karg; in mptctl_replace_fw() 1650 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_replace_fw))) { in mptctl_replace_fw() 1652 "Unable to read in mpt_ioctl_replace_fw struct @ %p\n", in mptctl_replace_fw() 1678 "Unable to read in mpt_ioctl_replace_fw image " in mptctl_replace_fw()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptctl.h | 87 #define MPTFWREPLACE _IOWR(MPT_MAGIC_NUMBER,25,struct mpt_ioctl_replace_fw) 293 typedef struct mpt_ioctl_replace_fw { struct
|
H A D | mptctl.c | 1642 struct mpt_ioctl_replace_fw __user *uarg = (void __user *) arg; in mptctl_replace_fw() 1643 struct mpt_ioctl_replace_fw karg; in mptctl_replace_fw() 1646 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_replace_fw))) { in mptctl_replace_fw() 1648 "Unable to read in mpt_ioctl_replace_fw struct @ %p\n", in mptctl_replace_fw() 1674 "Unable to read in mpt_ioctl_replace_fw image " in mptctl_replace_fw()
|
Completed in 9 milliseconds