Searched refs:DAC960_V2_ScatterGatherLimit (Results 1 – 2 of 2) sorted by relevance
2003 #define DAC960_V2_ScatterGatherLimit 128 macro2258 struct scatterlist ScatterList[DAC960_V2_ScatterGatherLimit];
295 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()