Lines Matching full:larger
80 … RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("liodnOffset is larger than %d", FM_LIODN_OFFSET_MASK+1)); in CheckParams()
147 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("numOfPoolsUsed can't be larger than %d", FM_PORT_MAX_NUM_OF… in FmSpCheckBufPoolsParams()
152 …N_ERROR(MAJOR, E_INVALID_VALUE, ("extBufPools.extBufPool[%d].id can't be larger than %d", i, BM_MA… in FmSpCheckBufPoolsParams()
189 …R, E_INVALID_VALUE, ("bufPoolDepletion.numOfPools can't be larger than %d and can't be larger than… in FmSpCheckBufPoolsParams()
219 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("bufPoolDepletion.numOfPools is larger than the number of po… in FmSpCheckBufPoolsParams()
255 /* Check that divisible by 16 and not larger than 240 */ in FmSpCheckIntContextParams()
257 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("intContext.intContextOffset can't be larger than %d", MAX_I… in FmSpCheckIntContextParams()
264 /* Check that divisible by 16 and not larger than 256 */ in FmSpCheckIntContextParams()
268 /* Check that divisible by 16 and not larger than 4K */ in FmSpCheckIntContextParams()
270 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("intContext.extBufOffset can't be larger than %d", MAX_EXT_O… in FmSpCheckIntContextParams()
281 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("bufMargins.startMargins can't be larger than %d", MAX_EXT_B… in FmSpCheckBufMargins()
283 …RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("bufMargins.endMargins can't be larger than %d", MAX_EXT_BUF… in FmSpCheckBufMargins()