Lines Matching refs:mrsas_mpt_cmd
63 struct mrsas_mpt_cmd *cmd, union ccb *ccb);
65 mrsas_build_ldio_rw(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd,
68 mrsas_build_ldio_nonrw(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd,
71 mrsas_build_syspdio(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd,
74 mrsas_setup_io(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd,
80 void mrsas_release_mpt_cmd(struct mrsas_mpt_cmd *cmd);
81 void mrsas_unmap_request(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd);
82 void mrsas_cmd_done(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd);
91 static void mrsas_freeze_simq(struct mrsas_mpt_cmd *cmd, struct cam_sim *sim);
107 static boolean_t mrsas_is_prp_possible(struct mrsas_mpt_cmd *cmd,
109 static void mrsas_build_ieee_sgl(struct mrsas_mpt_cmd *cmd,
111 static void mrsas_build_prp_nvme(struct mrsas_mpt_cmd *cmd,
114 struct mrsas_mpt_cmd *mrsas_get_mpt_cmd(struct mrsas_softc *sc);
139 struct mrsas_mpt_cmd *cmd);
386 struct mrsas_mpt_cmd *cmd; in mrsas_scsiio_timeout()
393 cmd = (struct mrsas_mpt_cmd *)data; in mrsas_scsiio_timeout()
438 struct mrsas_mpt_cmd *cmd, *r1_cmd = NULL; in mrsas_startio()
662 struct mrsas_mpt_cmd *
665 struct mrsas_mpt_cmd *cmd = NULL; in mrsas_get_mpt_cmd()
694 mrsas_release_mpt_cmd(struct mrsas_mpt_cmd *cmd) in mrsas_release_mpt_cmd()
734 struct mrsas_mpt_cmd *cmd) in mrsas_prepare_secondRaid1_IO()
737 struct mrsas_mpt_cmd *r1_cmd; in mrsas_prepare_secondRaid1_IO()
788 mrsas_build_ldio_rw(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, in mrsas_build_ldio_rw()
832 mrsas_stream_detect(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, in mrsas_stream_detect()
903 mrsas_setup_io(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, in mrsas_setup_io()
911 struct mrsas_mpt_cmd *r1_cmd = NULL; in mrsas_setup_io()
1140 mrsas_build_ldio_nonrw(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, in mrsas_build_ldio_nonrw()
1197 mrsas_build_syspdio(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd, in mrsas_build_syspdio()
1319 static boolean_t mrsas_is_prp_possible(struct mrsas_mpt_cmd *cmd, in mrsas_is_prp_possible()
1385 struct mrsas_mpt_cmd *cmd, union ccb *ccb) in mrsas_map_request()
1418 mrsas_unmap_request(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd) in mrsas_unmap_request()
1439 static void mrsas_build_ieee_sgl(struct mrsas_mpt_cmd *cmd, bus_dma_segment_t *segs, int nseg) in mrsas_build_ieee_sgl()
1499 static void mrsas_build_prp_nvme(struct mrsas_mpt_cmd *cmd, bus_dma_segment_t *segs, int nseg) in mrsas_build_prp_nvme()
1614 struct mrsas_mpt_cmd *cmd = (struct mrsas_mpt_cmd *)arg; in mrsas_data_load_cb()
1654 mrsas_freeze_simq(struct mrsas_mpt_cmd *cmd, struct cam_sim *sim) in mrsas_freeze_simq()
1684 mrsas_cmd_done(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd) in mrsas_cmd_done()
1807 struct mrsas_mpt_cmd *mpt_cmd = NULL; in mrsas_track_scsiio()
1922 struct mrsas_mpt_cmd *tm_mpt_cmd = NULL; in mrsas_reset_targets()
1923 struct mrsas_mpt_cmd *tgt_mpt_cmd = NULL; in mrsas_reset_targets()