Searched refs:DriverScatterGatherLimit (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h1065 unsigned short DriverScatterGatherLimit; member in struct:BusLogic_HostAdapter
H A DBusLogic.c1300 HostAdapter->DriverScatterGatherLimit = BusLogic_ScatterGatherLimit;
1460 HostAdapter->DriverScatterGatherLimit = HostAdapter->HostAdapterScatterGatherLimit;
1462 HostAdapter->DriverScatterGatherLimit = BusLogic_ScatterGatherLimit;
1806 BusLogic_Info(" Scatter/Gather Limit: %d of %d segments, " "Mailboxes: %d\n", HostAdapter, HostAdapter->DriverScatterGatherLimit, HostAdapter->HostAdapterScatterGatherLimit, HostAdapter->MailboxCount);
1809 BusLogic_Info(" Driver Queue Depth: %d, " "Scatter/Gather Limit: %d segments\n", HostAdapter, HostAdapter->DriverQueueDepth, HostAdapter->DriverScatterGatherLimit);
2138 Host->sg_tablesize = HostAdapter->DriverScatterGatherLimit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c1706 Controller->DriverScatterGatherLimit =
1708 if (Controller->DriverScatterGatherLimit > DAC960_V1_ScatterGatherLimit)
1709 Controller->DriverScatterGatherLimit = DAC960_V1_ScatterGatherLimit;
1844 Controller->DriverScatterGatherLimit =
1846 if (Controller->DriverScatterGatherLimit > DAC960_V2_ScatterGatherLimit)
1847 Controller->DriverScatterGatherLimit = DAC960_V2_ScatterGatherLimit;
1925 Controller->DriverScatterGatherLimit,
2527 blk_queue_max_hw_segments(RequestQueue, Controller->DriverScatterGatherLimit);
2528 blk_queue_max_phys_segments(RequestQueue, Controller->DriverScatterGatherLimit);
H A DDAC960.h2304 unsigned short DriverScatterGatherLimit; member in struct:DAC960_Controller

Completed in 93 milliseconds