Searched refs:DriverScatterGatherLimit (Results 1 – 2 of 2) sorted by relevance
1721 Controller->DriverScatterGatherLimit = in DAC960_V1_ReadControllerConfiguration()1723 if (Controller->DriverScatterGatherLimit > DAC960_V1_ScatterGatherLimit) in DAC960_V1_ReadControllerConfiguration()1724 Controller->DriverScatterGatherLimit = DAC960_V1_ScatterGatherLimit; in DAC960_V1_ReadControllerConfiguration()1859 Controller->DriverScatterGatherLimit = in DAC960_V2_ReadControllerConfiguration()1861 if (Controller->DriverScatterGatherLimit > DAC960_V2_ScatterGatherLimit) in DAC960_V2_ReadControllerConfiguration()1862 Controller->DriverScatterGatherLimit = DAC960_V2_ScatterGatherLimit; in DAC960_V2_ReadControllerConfiguration()1940 Controller->DriverScatterGatherLimit, in DAC960_ReportControllerConfiguration()2545 blk_queue_max_segments(RequestQueue, Controller->DriverScatterGatherLimit); in DAC960_RegisterBlockDevice()
2297 unsigned short DriverScatterGatherLimit; member