Home | History | Annotate | Download | only in VirtioScsiDxe

Lines Matching refs:Header

572   ScsiDevicePath->Header.Type      = MESSAGING_DEVICE_PATH;

573 ScsiDevicePath->Header.SubType = MSG_SCSI_DP;
574 ScsiDevicePath->Header.Length[0] = (UINT8) sizeof *ScsiDevicePath;
575 ScsiDevicePath->Header.Length[1] = (UINT8) (sizeof *ScsiDevicePath >> 8);
579 *DevicePath = &ScsiDevicePath->Header;