Searched refs:DAC960_V1_ScatterGatherLimit (Results 1 – 2 of 2) sorted by relevance
2002 #define DAC960_V1_ScatterGatherLimit 33 macro2245 struct scatterlist ScatterList[DAC960_V1_ScatterGatherLimit];
283 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()