Searched refs:MAX_TARGET_ID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c452 // Initialize the LatestTargetId to MAX_TARGET_ID.
454 AtapiScsiPrivate->LatestTargetId = MAX_TARGET_ID;
507 // Target is not allowed beyond MAX_TARGET_ID
509 if ((Target > MAX_TARGET_ID) || (Lun != 0)) {
609 if (*Target == MAX_TARGET_ID) {
685 if ((Target > (MAX_TARGET_ID - 1)) || (Lun != 0)) {
765 if (*Target > (MAX_TARGET_ID - 1) || *Lun != 0) {
899 if ((Target > MAX_TARGET_ID) || (Lun != 0)) {
999 // Target is not allowed beyond MAX_TARGET_ID
1001 if ((TargetId > MAX_TARGET_ID) || (Lu
[all...]
H A DAtapiPassThru.h39 #define MAX_TARGET_ID 4 macro

Completed in 47 milliseconds