Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
DBusLogic.h1047 unsigned short HostAdapterScatterGatherLimit; member
DBusLogic.c1454 HostAdapter->HostAdapterScatterGatherLimit = ExtendedSetupInformation.ScatterGatherLimit; in BusLogic_ReadHostAdapterConfiguration()
1455 HostAdapter->DriverScatterGatherLimit = HostAdapter->HostAdapterScatterGatherLimit; in BusLogic_ReadHostAdapterConfiguration()
1456 if (HostAdapter->HostAdapterScatterGatherLimit > BusLogic_ScatterGatherLimit) in BusLogic_ReadHostAdapterConfiguration()
1801 …tAdapter, HostAdapter->DriverScatterGatherLimit, HostAdapter->HostAdapterScatterGatherLimit, HostA… in BusLogic_ReportHostAdapterConfiguration()