Searched refs:mpi3mr_cmd (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.h | 434 struct mpi3mr_cmd; 438 struct mpi3mr_cmd *cmd); 459 struct mpi3mr_cmd { struct 460 TAILQ_ENTRY(mpi3mr_cmd) next; 569 struct mpi3mr_cmd **cmd_list; 570 TAILQ_HEAD(, mpi3mr_cmd) cmd_list_head; 919 struct mpi3mr_cmd * 922 mpi3mr_release_command(struct mpi3mr_cmd *cmd); 939 mpi3mr_unmap_request(struct mpi3mr_softc *sc, struct mpi3mr_cmd *cmd);
|
H A D | mpi3mr_cam.c | 90 mpi3mr_enqueue_request(struct mpi3mr_softc *sc, struct mpi3mr_cmd *cm); 92 mpi3mr_map_request(struct mpi3mr_softc *sc, struct mpi3mr_cmd *cm); 140 struct mpi3mr_cmd *cm; in mpi3mr_prepare_sgls() 155 cm = (struct mpi3mr_cmd *)arg; in mpi3mr_prepare_sgls() 258 mpi3mr_map_request(struct mpi3mr_softc *sc, struct mpi3mr_cmd *cm) in mpi3mr_map_request() 291 mpi3mr_unmap_request(struct mpi3mr_softc *sc, struct mpi3mr_cmd *cmd) in mpi3mr_unmap_request() 521 mpi3mr_issue_tm(struct mpi3mr_softc *sc, struct mpi3mr_cmd *cmd, in mpi3mr_issue_tm() 718 static int mpi3mr_task_abort(struct mpi3mr_cmd *cmd) in mpi3mr_task_abort() 763 static int mpi3mr_target_reset(struct mpi3mr_cmd *cmd) in mpi3mr_target_reset() 869 struct mpi3mr_cmd *cmd; in mpi3mr_scsiio_timeout() [all …]
|
H A D | mpi3mr_cam.h | 187 void mpi3mr_prepare_for_tm(struct mpi3mr_softc *sc, struct mpi3mr_cmd *tm,
|
H A D | mpi3mr.c | 4460 mpi3mr_cmd_done(struct mpi3mr_softc *sc, struct mpi3mr_cmd *cmd) in mpi3mr_cmd_done() 4492 struct mpi3mr_cmd *cm = NULL; in mpi3mr_process_op_reply_desc() 4961 struct mpi3mr_cmd *cmd; in mpi3mr_alloc_requests() 4987 sc->cmd_list = malloc(sizeof(struct mpi3mr_cmd *) * sc->max_host_ios, in mpi3mr_alloc_requests() 4996 sc->cmd_list[i] = malloc(sizeof(struct mpi3mr_cmd), in mpi3mr_alloc_requests() 5028 struct mpi3mr_cmd * 5031 struct mpi3mr_cmd *cmd = NULL; in mpi3mr_get_command() 5062 mpi3mr_release_command(struct mpi3mr_cmd *cmd) in mpi3mr_release_command() 5710 struct mpi3mr_cmd *cmd = NULL; in mpi3mr_flush_io()
|