Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.c1723 Controller->DriverScatterGatherLimit = in DAC960_V1_ReadControllerConfiguration()
1725 if (Controller->DriverScatterGatherLimit > DAC960_V1_ScatterGatherLimit) in DAC960_V1_ReadControllerConfiguration()
1726 Controller->DriverScatterGatherLimit = DAC960_V1_ScatterGatherLimit; in DAC960_V1_ReadControllerConfiguration()
1861 Controller->DriverScatterGatherLimit = in DAC960_V2_ReadControllerConfiguration()
1863 if (Controller->DriverScatterGatherLimit > DAC960_V2_ScatterGatherLimit) in DAC960_V2_ReadControllerConfiguration()
1864 Controller->DriverScatterGatherLimit = DAC960_V2_ScatterGatherLimit; in DAC960_V2_ReadControllerConfiguration()
1942 Controller->DriverScatterGatherLimit, in DAC960_ReportControllerConfiguration()
2544 blk_queue_max_segments(RequestQueue, Controller->DriverScatterGatherLimit); in DAC960_RegisterBlockDevice()
DDAC960.h2297 unsigned short DriverScatterGatherLimit; member