Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DBusLogic.c1517 HostAdapter->ExtendedLUNSupport = true; in BusLogic_ReadHostAdapterConfiguration()
1729 HostAdapter->ExtendedLUNSupport = true; in BusLogic_ReadHostAdapterConfiguration()
1829 HostAdapter->MaxLogicalUnits = (HostAdapter->ExtendedLUNSupport ? 32 : 8); in BusLogic_ReadHostAdapterConfiguration()
2389 if (HostAdapter->ExtendedLUNSupport) in BusLogic_InitializeHostAdapter()
3488 if (HostAdapter->ExtendedLUNSupport) in BusLogic_QueueCommand()
DBusLogic.h1383 boolean ExtendedLUNSupport:1; member