Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c1721 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()
DDAC960.h2297 unsigned short DriverScatterGatherLimit; member