Searched refs:DriverScatterGatherLimit (Results 1 – 2 of 2) sorted by relevance
1723 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()
2297 unsigned short DriverScatterGatherLimit; member