Searched refs:mrsas_mpt_cmd (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_cam.c | 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, [all …]
|
H A D | mrsas.c | 151 extern void mrsas_cmd_done(struct mrsas_softc *sc, struct mrsas_mpt_cmd *cmd); 154 extern struct mrsas_mpt_cmd *mrsas_get_mpt_cmd(struct mrsas_softc *sc); 167 void mrsas_release_mpt_cmd(struct mrsas_mpt_cmd *cmd); 169 void mrsas_map_mpt_cmd_status(struct mrsas_mpt_cmd *cmd, 1190 struct mrsas_mpt_cmd *mpt_cmd; in mrsas_free_mem() 1652 struct mrsas_mpt_cmd *cmd_mpt, *r1_cmd = NULL; in mrsas_complete_cmd() 1841 mrsas_map_mpt_cmd_status(struct mrsas_mpt_cmd *cmd, union ccb *ccb_ptr, u_int8_t status, in mrsas_map_mpt_cmd_status() 2826 struct mrsas_mpt_cmd *cmd; in mrsas_alloc_mpt_cmds() 2846 sc->mpt_cmd_list = malloc(sizeof(struct mrsas_mpt_cmd *) * max_fw_cmds, in mrsas_alloc_mpt_cmds() 2852 memset(sc->mpt_cmd_list, 0, sizeof(struct mrsas_mpt_cmd *) * max_fw_cmds); in mrsas_alloc_mpt_cmds() [all …]
|
H A D | mrsas.h | 1726 struct mrsas_mpt_cmd { struct 1751 struct mrsas_mpt_cmd *peer_cmd; argument 1753 TAILQ_ENTRY(mrsas_mpt_cmd) next; argument 3499 struct mrsas_mpt_cmd **mpt_cmd_list; 3501 TAILQ_HEAD(, mrsas_mpt_cmd) mrsas_mpt_cmd_list_head; 3539 struct mrsas_mpt_cmd *target_reset_pool[MRSAS_MAX_TM_TARGETS];
|