Searched refs:mpt_fw_xfer (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.h70 #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
H A Dmptctl.c740 * MPT FW download function. Cast the arg into the mpt_fw_xfer structure.
758 struct mpt_fw_xfer __user *ufwdl = (void __user *) arg;
759 struct mpt_fw_xfer kfwdl;
761 if (copy_from_user(&kfwdl, ufwdl, sizeof(struct mpt_fw_xfer))) {
763 "Unable to copy mpt_fw_xfer struct @ %p\n",
2837 struct mpt_fw_xfer kfw;

Completed in 122 milliseconds