mpf_header 894 dev/ic/mfi.c pf->mpf_header.mfh_cmd = MFI_CMD_LD_SCSI_IO; mpf_header 895 dev/ic/mfi.c pf->mpf_header.mfh_target_id = link->target; mpf_header 896 dev/ic/mfi.c pf->mpf_header.mfh_lun_id = 0; mpf_header 897 dev/ic/mfi.c pf->mpf_header.mfh_cdb_len = xs->cmdlen; mpf_header 898 dev/ic/mfi.c pf->mpf_header.mfh_timeout = 0; mpf_header 899 dev/ic/mfi.c pf->mpf_header.mfh_data_len= xs->datalen; /* XXX */ mpf_header 900 dev/ic/mfi.c pf->mpf_header.mfh_sense_len = MFI_SENSE_SIZE; mpf_header 319 dev/ic/mfireg.h struct mfi_frame_header mpf_header;