Home
last modified time | relevance | path

Searched refs:ExtendedLUNSupport (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/storage/port/buslogic/
H A DBusLogic958.c1039 HostAdapter->ExtendedLUNSupport = TRUE; in BusLogic_ReadHostAdapterConfiguration()
1109 HostAdapter->MaxLogicalUnits = (HostAdapter->ExtendedLUNSupport ? 32 : 8); in BusLogic_ReadHostAdapterConfiguration()
1282 if (HostAdapter->ExtendedLUNSupport) in BusLogic_InitializeHostAdapter()
1932 if (HostAdapter->ExtendedLUNSupport) in BusLogic_QueueCommand()
H A DBusLogic958.h691 BOOLEAN ExtendedLUNSupport:1; member