Searched refs:mpf_header (Results 1 – 2 of 2) sorted by relevance
1533 pf->mpf_header.mfh_cmd = MFI_CMD_LD_SCSI_IO; in mfi_scsi_ld()1534 pf->mpf_header.mfh_target_id = periph->periph_target; in mfi_scsi_ld()1535 pf->mpf_header.mfh_lun_id = 0; in mfi_scsi_ld()1536 pf->mpf_header.mfh_cdb_len = xs->cmdlen; in mfi_scsi_ld()1537 pf->mpf_header.mfh_timeout = 0; in mfi_scsi_ld()1538 pf->mpf_header.mfh_data_len= xs->datalen; /* XXX */ in mfi_scsi_ld()1539 pf->mpf_header.mfh_sense_len = MFI_SENSE_SIZE; in mfi_scsi_ld()
514 struct mfi_frame_header mpf_header; member