Lines Matching refs:mpr_usr_command
123 typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *);
144 struct mpr_usr_command *);
145 static int mpr_user_command(struct mpr_softc *, struct mpr_usr_command *);
440 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_ioc_facts()
459 mpi_pre_port_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_port_facts()
478 mpi_pre_fw_download(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_download()
518 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload()
546 mpi_pre_sata_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_sata_passthrough()
564 mpi_pre_smp_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_smp_passthrough()
582 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config()
601 struct mpr_usr_command *cmd) in mpi_pre_sas_io_unit_control()
629 mpr_user_setup_request(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpr_user_setup_request()
642 mpr_user_command(struct mpr_softc *sc, struct mpr_usr_command *cmd) in mpr_user_command()
2323 error = mpr_user_command(sc, (struct mpr_usr_command *)arg); in mpr_ioctl()
2491 struct mpr_usr_command user; in mpr_ioctl32()