Lines Matching refs:mfi_cmd
2213 struct megasas_cmd *mfi_cmd) in build_mpt_mfi_pass_thru() argument
2219 struct megasas_header *frame_hdr = &mfi_cmd->frame->hdr; in build_mpt_mfi_pass_thru()
2227 mfi_cmd->context.smid = cmd->index; in build_mpt_mfi_pass_thru()
2228 cmd->sync_cmd_idx = mfi_cmd->index; in build_mpt_mfi_pass_thru()
2231 opcode = le32_to_cpu(mfi_cmd->frame->dcmd.opcode); in build_mpt_mfi_pass_thru()
2233 && (mfi_cmd->frame->dcmd.mbox.b[1] == 1)) in build_mpt_mfi_pass_thru()
2234 mfi_cmd->is_wait_event = 1; in build_mpt_mfi_pass_thru()
2237 mfi_cmd->is_wait_event = 1; in build_mpt_mfi_pass_thru()
2239 if (mfi_cmd->is_wait_event) in build_mpt_mfi_pass_thru()
2240 mfi_cmd->mpt_pthr_cmd_blocked = cmd; in build_mpt_mfi_pass_thru()
2270 mpi25_ieee_chain->Address = cpu_to_le64(mfi_cmd->frame_phys_addr); in build_mpt_mfi_pass_thru()