Lines Matching defs:dcmd
547 * at a dcmd frame. since the passthru command is submitted like
551 * contain the dcmd. rather than allocating separate dma memory to
552 * hold the dcmd, we reuse the sense memory buffer for it.
1309 struct mfi_dcmd_frame *dcmd = mfii_dcmd_frame(ccb);
1310 struct mfi_frame_header *hdr = &dcmd->mdf_header;
1311 union mfi_sgl *sgl = &dcmd->mdf_sgl;
1330 dcmd->mdf_opcode = htole32(MR_DCMD_CTRL_EVENT_WAIT);
1331 dcmd->mdf_mbox.w[0] = htole32(seq);
1332 dcmd->mdf_mbox.w[1] = htole32(mec.mec_word);
1926 struct mfi_dcmd_frame *dcmd = ccb->ccb_mfi;
1927 struct mfi_frame_header *hdr = &dcmd->mdf_header;
1948 if (mfii_load_mfa(sc, ccb, &dcmd->mdf_sgl, poll) != 0) {
1959 dcmd->mdf_opcode = opc;
1962 memcpy(&dcmd->mdf_mbox, mbox, sizeof(dcmd->mdf_mbox));