Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.h2003 #define DAC960_V2_ScatterGatherLimit 128 macro
2258 struct scatterlist ScatterList[DAC960_V2_ScatterGatherLimit];
DDAC960.c295 DAC960_V2_ScatterGatherLimit * sizeof(DAC960_V2_ScatterGatherSegment_T), in DAC960_CreateAuxiliaryStructures()
367 sg_init_table(Command->cmd_sglist, DAC960_V2_ScatterGatherLimit); in DAC960_CreateAuxiliaryStructures()
1863 if (Controller->DriverScatterGatherLimit > DAC960_V2_ScatterGatherLimit) in DAC960_V2_ReadControllerConfiguration()
1864 Controller->DriverScatterGatherLimit = DAC960_V2_ScatterGatherLimit; in DAC960_V2_ReadControllerConfiguration()