Lines Matching refs:ccb_frame
321 struct mfi_frame_header *hdr = &ccb->ccb_frame->mfr_header;
405 ccb->ccb_frame = (union mfi_frame *)
409 ccb->ccb_frame->mfr_header.mfh_context = i;
445 ccb->ccb_frame->mfr_header.mfh_context, ccb,
446 ccb->ccb_frame, (u_long)ccb->ccb_pframe,
644 init = &ccb->ccb_frame->mfr_init;
1297 hdr = &ccb->ccb_frame->mfr_header;
1435 io = &ccb->ccb_frame->mfr_io;
1470 struct mfi_frame_header *hdr = &ccb->ccb_frame->mfr_header;
1481 DEVNAME(sc), ccb, ccb->ccb_frame);
1532 pf = &ccb->ccb_frame->mfr_pass;
1783 hdr = &ccb->ccb_frame->mfr_header;
1884 dcmd = &ccb->ccb_frame->mfr_dcmd;
1918 struct mfi_frame_header *hdr = &ccb->ccb_frame->mfr_header;
1921 DEVNAME(sc), (u_long)ccb, (u_long)ccb->ccb_frame);
3010 mfi_init = &ccb->ccb_frame->mfr_init;
3535 ctx = ccb->ccb_frame->mfr_header.mfh_context;
3536 memcpy(ccb->ccb_frame, ioc->mfi_frame.raw,
3537 sizeof(*ccb->ccb_frame));
3538 ccb->ccb_frame->mfr_header.mfh_context = ctx;
3539 ccb->ccb_frame->mfr_header.mfh_scsi_status = 0;
3540 ccb->ccb_frame->mfr_header.mfh_pad0 = 0;
3546 &ccb->ccb_frame->mfr_bytes[ioc->mfi_sgl_off];
3548 if (ccb->ccb_frame->mfr_header.mfh_flags & MFI_FRAME_DIR_READ)
3550 if (ccb->ccb_frame->mfr_header.mfh_flags & MFI_FRAME_DIR_WRITE)
3552 ccb->ccb_len = ccb->ccb_frame->mfr_header.mfh_data_len;
3580 if (ccb->ccb_frame->mfr_header.mfh_cmd == MFI_CMD_PD_SCSI_IO) {
3581 ccb->ccb_frame->mfr_io.mif_sense_addr_lo =
3583 ccb->ccb_frame->mfr_io.mif_sense_addr_hi = 0;
3612 memcpy(ioc->mfi_frame.raw, ccb->ccb_frame,
3613 sizeof(*ccb->ccb_frame));