Lines Matching refs:mpr_usr_command
122 typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *);
143 struct mpr_usr_command *);
144 static int mpr_user_command(struct mpr_softc *, struct mpr_usr_command *);
451 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_ioc_facts()
470 mpi_pre_port_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_port_facts()
489 mpi_pre_fw_download(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_download()
529 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload()
557 mpi_pre_sata_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_sata_passthrough()
575 mpi_pre_smp_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_smp_passthrough()
593 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config()
612 struct mpr_usr_command *cmd) in mpi_pre_sas_io_unit_control()
640 mpr_user_setup_request(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpr_user_setup_request()
653 mpr_user_command(struct mpr_softc *sc, struct mpr_usr_command *cmd) in mpr_user_command()
2175 error = mpr_user_command(sc, (struct mpr_usr_command *)arg); in mpr_ioctl()
2343 struct mpr_usr_command user; in mpr_ioctl32()