Lines Matching refs:mfi_cmd
99 struct mrsas_mfi_cmd *mfi_cmd);
1189 struct mrsas_mfi_cmd *mfi_cmd; in mrsas_free_mem() local
1289 mfi_cmd = sc->mfi_cmd_list[i]; in mrsas_free_mem()
1290 mrsas_free_frame(sc, mfi_cmd); in mrsas_free_mem()
3221 struct mrsas_mfi_cmd *mfi_cmd; in mrsas_reset_ctrl() local
3365 mfi_cmd = sc->mfi_cmd_list[mpt_cmd->sync_cmd_idx]; in mrsas_reset_ctrl()
3367 if (!mfi_cmd->sync_cmd) { in mrsas_reset_ctrl()
3368 mrsas_release_mfi_cmd(mfi_cmd); in mrsas_reset_ctrl()
3371 mfi_cmd->cmd_id.context.smid - 1); in mrsas_reset_ctrl()
3374 mfi_cmd->frame->dcmd.opcode, j); in mrsas_reset_ctrl()
3903 mrsas_build_mptmfi_passthru(struct mrsas_softc *sc, struct mrsas_mfi_cmd *mfi_cmd) in mrsas_build_mptmfi_passthru() argument
3908 struct mrsas_header *frame_hdr = &mfi_cmd->frame->hdr; in mrsas_build_mptmfi_passthru()
3915 mfi_cmd->cmd_id.context.smid = mpt_cmd->index; in mrsas_build_mptmfi_passthru()
3917 mpt_cmd->sync_cmd_idx = mfi_cmd->index; in mrsas_build_mptmfi_passthru()
3942 mpi25_ieee_chain->Address = htole64(mfi_cmd->frame_phys_addr); in mrsas_build_mptmfi_passthru()