Searched refs:SiI3132DevicePath (Results 1 – 1 of 1) sorted by relevance
541 EFI_DEVICE_PATH_PROTOCOL *SiI3132DevicePath; in SiI3132BuildDevicePath() local555 …SiI3132DevicePath = CreateDeviceNode (MESSAGING_DEVICE_PATH, MSG_SATA_DP, sizeof (SATA_DEVICE_PATH… in SiI3132BuildDevicePath()556 if (SiI3132DevicePath == NULL) { in SiI3132BuildDevicePath()560 ((SATA_DEVICE_PATH*)SiI3132DevicePath)->HBAPortNumber = Port; in SiI3132BuildDevicePath()562 ((SATA_DEVICE_PATH*)SiI3132DevicePath)->PortMultiplierPortNumber = PortMultiplierPort; in SiI3132BuildDevicePath()565 ((SATA_DEVICE_PATH*)SiI3132DevicePath)->PortMultiplierPortNumber = 0; in SiI3132BuildDevicePath()567 …((SATA_DEVICE_PATH*)SiI3132DevicePath)->Lun = Port; //TODO: Search information how to define prope… in SiI3132BuildDevicePath()569 *DevicePath = SiI3132DevicePath; in SiI3132BuildDevicePath()