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

/freebsd-11-stable/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,
600 map_tbolt_cmd_status(struct mfi_command *mfi_cmd, uint8_t status, argument
605 mfi_cmd->cm_frame->header.cmd_status = MFI_STAT_OK;
606 mfi_cmd->cm_frame->dcmd.header.cmd_status = MFI_STAT_OK;
607 mfi_cmd
644 mfi_tbolt_return_cmd(struct mfi_softc *sc, struct mfi_cmd_tbolt *tbolt_cmd, struct mfi_command *mfi_cmd) argument
769 mfi_tbolt_get_cmd(struct mfi_softc *sc, struct mfi_command *mfi_cmd) argument
808 mfi_build_mpt_pass_thru(struct mfi_softc *sc, struct mfi_command *mfi_cmd) argument
841 mfi_tbolt_build_ldio(struct mfi_softc *sc, struct mfi_command *mfi_cmd, struct mfi_cmd_tbolt *cmd) argument
880 mfi_tbolt_build_io(struct mfi_softc *sc, struct mfi_command *mfi_cmd, struct mfi_cmd_tbolt *cmd) argument
942 mfi_tbolt_make_sgl(struct mfi_softc *sc, struct mfi_command *mfi_cmd, pMpi25IeeeSgeChain64_t sgl_ptr, struct mfi_cmd_tbolt *cmd) argument
1040 mfi_build_and_issue_cmd(struct mfi_softc *sc, struct mfi_command *mfi_cmd) argument
[all...]
/freebsd-11-stable/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-11-stable/sys/dev/mrsas/
H A Dmrsas.c103 struct mrsas_mfi_cmd *mfi_cmd);
1230 struct mrsas_mfi_cmd *mfi_cmd; local
1331 mfi_cmd = sc->mfi_cmd_list[i];
1332 mrsas_free_frame(sc, mfi_cmd);
3240 struct mrsas_mfi_cmd *mfi_cmd; local
3384 mfi_cmd = sc->mfi_cmd_list[mpt_cmd->sync_cmd_idx];
3386 if (!mfi_cmd->sync_cmd) {
3387 mrsas_release_mfi_cmd(mfi_cmd);
3390 mfi_cmd->cmd_id.context.smid - 1);
3393 mfi_cmd
3919 mrsas_build_mptmfi_passthru(struct mrsas_softc *sc, struct mrsas_mfi_cmd *mfi_cmd) argument
[all...]

Completed in 139 milliseconds