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 *);
449 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_ioc_facts()
468 mpi_pre_port_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_port_facts()
487 mpi_pre_fw_download(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_download()
527 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload()
555 mpi_pre_sata_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_sata_passthrough()
573 mpi_pre_smp_passthrough(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_smp_passthrough()
591 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config()
610 struct mpr_usr_command *cmd) in mpi_pre_sas_io_unit_control()
638 mpr_user_setup_request(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpr_user_setup_request()
651 mpr_user_command(struct mpr_softc *sc, struct mpr_usr_command *cmd) in mpr_user_command()
2332 error = mpr_user_command(sc, (struct mpr_usr_command *)arg); in mpr_ioctl()
2500 struct mpr_usr_command user; in mpr_ioctl32()