Searched refs:mfi_cmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/mfi/
H A Dmfi_tbolt.c62 int mfi_tbolt_build_io(struct mfi_softc *sc, struct mfi_command *mfi_cmd,
67 mfi_build_mpt_pass_thru(struct mfi_softc *sc, struct mfi_command *mfi_cmd);
69 *sc, struct mfi_command *mfi_cmd);
70 void mfi_tbolt_build_ldio(struct mfi_softc *sc, struct mfi_command *mfi_cmd,
73 *mfi_cmd, pMpi25IeeeSgeChain64_t sgl_ptr, struct mfi_cmd_tbolt *cmd);
75 map_tbolt_cmd_status(struct mfi_command *mfi_cmd, uint8_t status,
601 map_tbolt_cmd_status(struct mfi_command *mfi_cmd, uint8_t status, argument
606 mfi_cmd->cm_frame->header.cmd_status = MFI_STAT_OK;
607 mfi_cmd->cm_frame->dcmd.header.cmd_status = MFI_STAT_OK;
608 mfi_cmd
645 mfi_tbolt_return_cmd(struct mfi_softc *sc, struct mfi_cmd_tbolt *tbolt_cmd, struct mfi_command *mfi_cmd) argument
770 mfi_tbolt_get_cmd(struct mfi_softc *sc, struct mfi_command *mfi_cmd) argument
809 mfi_build_mpt_pass_thru(struct mfi_softc *sc, struct mfi_command *mfi_cmd) argument
842 mfi_tbolt_build_ldio(struct mfi_softc *sc, struct mfi_command *mfi_cmd, struct mfi_cmd_tbolt *cmd) argument
881 mfi_tbolt_build_io(struct mfi_softc *sc, struct mfi_command *mfi_cmd, struct mfi_cmd_tbolt *cmd) argument
943 mfi_tbolt_make_sgl(struct mfi_softc *sc, struct mfi_command *mfi_cmd, pMpi25IeeeSgeChain64_t sgl_ptr, struct mfi_cmd_tbolt *cmd) argument
1041 mfi_build_and_issue_cmd(struct mfi_softc *sc, struct mfi_command *mfi_cmd) argument
[all...]
/freebsd-10.1-release/usr.sbin/mfiutil/
H A DMakefile4 SRCS= mfiutil.c mfi_bbu.c mfi_cmd.c mfi_config.c mfi_drive.c mfi_evt.c \
/freebsd-10.1-release/sys/dev/mrsas/
H A Dmrsas.c90 struct mrsas_mfi_cmd *mfi_cmd);
917 struct mrsas_mfi_cmd *mfi_cmd; local
999 mfi_cmd = sc->mfi_cmd_list[i];
1000 mrsas_free_frame(sc, mfi_cmd);
2311 struct mrsas_mfi_cmd *mfi_cmd; local
2448 mfi_cmd = sc->mfi_cmd_list[mpt_cmd->sync_cmd_idx];
2449 if (mfi_cmd->frame->dcmd.opcode ==
2451 mrsas_release_mfi_cmd(mfi_cmd);
2455 mfi_cmd->cmd_id.context.smid - 1);
2458 mfi_cmd
2806 mrsas_build_mptmfi_passthru(struct mrsas_softc *sc, struct mrsas_mfi_cmd *mfi_cmd) argument
[all...]

Completed in 59 milliseconds