Searched refs:mpt_ioctl_command (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptctl.h | 71 #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 D | mptctl.c | 126 static int mptctl_do_mpt_command(MPT_ADAPTER *iocp, struct mpt_ioctl_command karg, void __user *mfPtr); 1705 struct mpt_ioctl_command __user *uarg = (void __user *) arg; in mptctl_mpt_command() 1706 struct mpt_ioctl_command karg; in mptctl_mpt_command() 1710 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_command))) { in mptctl_mpt_command() 1712 "Unable to read in mpt_ioctl_command struct @ %p\n", in mptctl_mpt_command() 1735 mptctl_do_mpt_command (MPT_ADAPTER *ioc, struct mpt_ioctl_command karg, void __user *mfPtr) in mptctl_do_mpt_command() 1808 "Unable to read MF from mpt_ioctl_command struct @ %p\n", in mptctl_do_mpt_command() 2756 struct mpt_ioctl_command karg; in compat_mpt_command()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptctl.h | 71 #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 D | mptctl.c | 126 static int mptctl_do_mpt_command(MPT_ADAPTER *iocp, struct mpt_ioctl_command karg, void __user *mfPtr); 1701 struct mpt_ioctl_command __user *uarg = (void __user *) arg; in mptctl_mpt_command() 1702 struct mpt_ioctl_command karg; in mptctl_mpt_command() 1706 if (copy_from_user(&karg, uarg, sizeof(struct mpt_ioctl_command))) { in mptctl_mpt_command() 1708 "Unable to read in mpt_ioctl_command struct @ %p\n", in mptctl_mpt_command() 1731 mptctl_do_mpt_command (MPT_ADAPTER *ioc, struct mpt_ioctl_command karg, void __user *mfPtr) in mptctl_do_mpt_command() 1804 "Unable to read MF from mpt_ioctl_command struct @ %p\n", in mptctl_do_mpt_command() 2759 struct mpt_ioctl_command karg; in compat_mpt_command()
|
Completed in 10 milliseconds