Lines Matching refs:mrsas_mpt_cmd
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()
2854 sc->mpt_cmd_list[i] = malloc(sizeof(struct mrsas_mpt_cmd), in mrsas_alloc_mpt_cmds()
2876 memset(cmd, 0, sizeof(struct mrsas_mpt_cmd)); in mrsas_alloc_mpt_cmds()
3222 struct mrsas_mpt_cmd *mpt_cmd; in mrsas_reset_ctrl()
3477 struct mrsas_mpt_cmd *cmd_mpt; in mrsas_complete_outstanding_ioctls()
3572 struct mrsas_mpt_cmd *cmd_mpt; in mrsas_release_mfi_cmd()
3907 struct mrsas_mpt_cmd *mpt_cmd; in mrsas_build_mptmfi_passthru()