Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.h2003 #define DAC960_V2_ScatterGatherLimit 128 macro
2258 struct scatterlist ScatterList[DAC960_V2_ScatterGatherLimit];
DDAC960.c296 DAC960_V2_ScatterGatherLimit * sizeof(DAC960_V2_ScatterGatherSegment_T), in DAC960_CreateAuxiliaryStructures()
368 sg_init_table(Command->cmd_sglist, DAC960_V2_ScatterGatherLimit); in DAC960_CreateAuxiliaryStructures()
1861 if (Controller->DriverScatterGatherLimit > DAC960_V2_ScatterGatherLimit) in DAC960_V2_ReadControllerConfiguration()
1862 Controller->DriverScatterGatherLimit = DAC960_V2_ScatterGatherLimit; in DAC960_V2_ReadControllerConfiguration()