Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.h2002 #define DAC960_V1_ScatterGatherLimit 33 macro
2245 struct scatterlist ScatterList[DAC960_V1_ScatterGatherLimit];
DDAC960.c283 DAC960_V1_ScatterGatherLimit * sizeof(DAC960_V1_ScatterGatherSegment_T), in DAC960_CreateAuxiliaryStructures()
359 sg_init_table(Command->cmd_sglist, DAC960_V1_ScatterGatherLimit); in DAC960_CreateAuxiliaryStructures()
1723 if (Controller->DriverScatterGatherLimit > DAC960_V1_ScatterGatherLimit) in DAC960_V1_ReadControllerConfiguration()
1724 Controller->DriverScatterGatherLimit = DAC960_V1_ScatterGatherLimit; in DAC960_V1_ReadControllerConfiguration()