Home
last modified time | relevance | path

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

/drivers/block/
DDAC960.h2002 #define DAC960_V1_ScatterGatherLimit 33 macro
2245 struct scatterlist ScatterList[DAC960_V1_ScatterGatherLimit];
DDAC960.c282 DAC960_V1_ScatterGatherLimit * sizeof(DAC960_V1_ScatterGatherSegment_T), in DAC960_CreateAuxiliaryStructures()
358 sg_init_table(Command->cmd_sglist, DAC960_V1_ScatterGatherLimit); in DAC960_CreateAuxiliaryStructures()
1725 if (Controller->DriverScatterGatherLimit > DAC960_V1_ScatterGatherLimit) in DAC960_V1_ReadControllerConfiguration()
1726 Controller->DriverScatterGatherLimit = DAC960_V1_ScatterGatherLimit; in DAC960_V1_ReadControllerConfiguration()