Lines Matching defs:gSupportedATAPICommands
21 SCSI_COMMAND_SET gSupportedATAPICommands[] = {
1755 ArrayLen = (UINT8) (sizeof (gSupportedATAPICommands) / sizeof (gSupportedATAPICommands[0]));
1757 for (Index = 0; (Index < ArrayLen) && (CompareMem (&gSupportedATAPICommands[Index], &gEndTable, sizeof (SCSI_COMMAND_SET)) != 0); Index++) {
1759 if (*OpCode == gSupportedATAPICommands[Index].OpCode) {
1768 if (gSupportedATAPICommands[Index].Direction == DataOut) {
1778 if (gSupportedATAPICommands[Index].Direction == DataIn) {
1998 ArrayLen = (UINT8) (sizeof (gSupportedATAPICommands) / sizeof (gSupportedATAPICommands[0]));
2000 for (Index = 0; (Index < ArrayLen) && (CompareMem (&gSupportedATAPICommands[Index], &gEndTable, sizeof (SCSI_COMMAND_SET)) != 0); Index++) {
2002 if (*OpCode == gSupportedATAPICommands[Index].OpCode) {
2011 if (gSupportedATAPICommands[Index].Direction == DataOut) {
2021 if (gSupportedATAPICommands[Index].Direction == DataIn) {