Searched refs:mps_command (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/mps/
H A Dmps_table.h56 void mps_print_sgl(struct mps_softc *, struct mps_command *, int);
57 void mps_print_scsiio_cmd(struct mps_softc *, struct mps_command *);
H A Dmps_sas.h63 TAILQ_HEAD(, mps_command) commands;
64 struct mps_command *tm;
65 struct mps_command *pending_remove_tm;
66 TAILQ_HEAD(, mps_command) timedout_commands;
169 void mpssas_prepare_for_tm(struct mps_softc *sc, struct mps_command *tm,
H A Dmpsvar.h184 struct mps_command;
194 typedef void mps_command_callback_t(struct mps_softc *, struct mps_command *cm);
207 struct mps_command { struct
208 TAILQ_ENTRY(mps_command) cm_link;
209 TAILQ_ENTRY(mps_command) cm_recovery;
330 struct mps_command *commands;
337 TAILQ_HEAD(, mps_command) req_list;
338 TAILQ_HEAD(, mps_command) high_priority_req_list;
340 TAILQ_HEAD(, mps_command) tm_list;
542 mps_free_command(struct mps_softc *sc, struct mps_command *c
[all...]
H A Dmps_sas.c121 static void mpssas_remove_device(struct mps_softc *, struct mps_command *);
122 static void mpssas_remove_complete(struct mps_softc *, struct mps_command *);
125 static int mpssas_send_abort(struct mps_softc *sc, struct mps_command *tm,
126 struct mps_command *cm);
128 static void mpssas_abort_complete(struct mps_softc *sc, struct mps_command *cm);
130 struct mps_command *cm, union ccb *ccb);
132 static void mpssas_scsiio_complete(struct mps_softc *, struct mps_command *);
135 static void mpssas_smpio_complete(struct mps_softc *sc, struct mps_command *cm);
140 static void mpssas_resetdev_complete(struct mps_softc *, struct mps_command *);
151 struct mps_command *c
[all...]
H A Dmps_config.c77 struct mps_command *cm;
208 struct mps_command *cm;
569 struct mps_command *cm;
707 struct mps_command *cm;
847 struct mps_command *cm;
982 struct mps_command *cm;
1114 struct mps_command *cm;
1245 struct mps_command *cm;
1404 struct mps_command *cm;
H A Dmps_user.c124 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *);
144 static int mps_user_setup_request(struct mps_command *,
408 mpi_init_sge(struct mps_command *cm, void *req, void *sge)
423 * Prepare the mps_command for an IOC_FACTS request.
426 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd)
442 * Prepare the mps_command for a PORT_FACTS request.
445 mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd)
461 * Prepare the mps_command for a FW_DOWNLOAD request.
464 mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd)
515 * Prepare the mps_command fo
[all...]
H A Dmps.c100 struct mps_command *cm);
103 static void mps_config_complete(struct mps_softc *sc, struct mps_command *cm);
106 static void mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm);
735 struct mps_command *cm;
1092 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm)
1404 struct mps_command *cm;
1514 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs,
1943 struct mps_command *cm;
2222 mps_complete_command(struct mps_softc *sc, struct mps_command *cm)
2363 struct mps_command *c
[all...]
H A Dmps_sas_lsi.c126 static void mpssas_ata_id_timeout(struct mps_softc *, struct mps_command *);
631 struct mps_command *cm;
930 struct mps_command *cm;
1011 mpssas_ata_id_timeout(struct mps_softc *sc, struct mps_command *cm)
1232 struct mps_command *cm;
H A Dmps_table.c518 mps_print_sgl(struct mps_softc *sc, struct mps_command *cm, int offset)
560 mps_print_scsiio_cmd(struct mps_softc *sc, struct mps_command *cm)

Completed in 128 milliseconds