Searched refs:mpt_fw_xfer (Results 1 – 2 of 2) sorted by relevance
70 #define MPTFWDOWNLOAD _IOWR(MPT_MAGIC_NUMBER,15,struct mpt_fw_xfer)96 * mpt_fw_xfer32 (mpt_ioctl_command32) to mpt_fw_xfer (mpt_ioctl_command)101 struct mpt_fw_xfer { struct 108 bufpmpt_fw_xfer global() argument
730 * MPT FW download function. Cast the arg into the mpt_fw_xfer structure.748 struct mpt_fw_xfer __user *ufwdl = (void __user *) arg; in mptctl_fw_download() 749 struct mpt_fw_xfer kfwdl; in mptctl_fw_download() 751 if (copy_from_user(&kfwdl, ufwdl, sizeof(struct mpt_fw_xfer))) { in mptctl_fw_download() 753 "Unable to copy mpt_fw_xfer struct @ %p\n", in mptctl_fw_download() 2716 struct mpt_fw_xfer kfw; in compat_mptfwxfer_ioctl()