Lines Matching refs:mps_usr_command
120 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *);
141 struct mps_usr_command *);
142 static int mps_user_command(struct mps_softc *, struct mps_usr_command *);
422 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts()
441 mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_port_facts()
460 mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_download()
508 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload()
544 mpi_pre_sata_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_sata_passthrough()
562 mpi_pre_smp_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_smp_passthrough()
580 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config()
599 struct mps_usr_command *cmd) in mpi_pre_sas_io_unit_control()
627 mps_user_setup_request(struct mps_command *cm, struct mps_usr_command *cmd) in mps_user_setup_request()
640 mps_user_command(struct mps_softc *sc, struct mps_usr_command *cmd) in mps_user_command()
2220 error = mps_user_command(sc, (struct mps_usr_command *)arg); in mps_ioctl()
2388 struct mps_usr_command user; in mps_ioctl32()