mpr_usr_command
#define MPRIO_MPR_COMMAND _IOWR('M', 210, struct mpr_usr_command)
typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *);
struct mpr_usr_command *);
static int mpr_user_command(struct mpr_softc *, struct mpr_usr_command *);
error = mpr_user_command(sc, (struct mpr_usr_command *)arg);
struct mpr_usr_command user;
mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd)
mpi_pre_port_facts(struct mpr_command *cm, struct mpr_usr_command *cmd)
mpi_pre_fw_download(struct mpr_command *cm, struct mpr_usr_command *cmd)
mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd)
mpi_pre_sata_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd)
mpi_pre_smp_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd)
mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd)
struct mpr_usr_command *cmd)
mpr_user_setup_request(struct mpr_command *cm, struct mpr_usr_command *cmd)
mpr_user_command(struct mpr_softc *sc, struct mpr_usr_command *cmd)
#define MPRIO_MPR_COMMAND _IOWR('M', 210, struct mpr_usr_command)