Searched refs:maxLaneLatency (Results 1 – 9 of 9) sorted by relevance
285 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;401 allocInfo.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
190 uint32_t maxLaneLatency; member
319 allocInfo->qosRequire.maxLaneLatency, in LnnAllocLane()367 allocInfo->qosRequire.maxLaneLatency, in LnnReAllocLane()
516 if (request->qosRequire.minBW == 0 && request->qosRequire.maxLaneLatency == 0 && in SelectExpectLanesByQos()
421 linkNode->availableLinkTime = allocInfo->qosRequire.maxLaneLatency != 0 ? in TriggerLinkWithQos()422 allocInfo->qosRequire.maxLaneLatency : DEFAULT_LINK_LATENCY; in TriggerLinkWithQos()
355 … void CreateAllocInfoForAllocTest(LaneTransType transType, uint32_t minBW, uint32_t maxLaneLatency, in CreateAllocInfoForAllocTest() argument364 allocInfo->qosRequire.maxLaneLatency = maxLaneLatency; in CreateAllocInfoForAllocTest()1892 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;2015 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;2575 allocInfo.qosRequire.maxLaneLatency = 0;2903 request.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;3231 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;3262 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;3293 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
396 allocInfo->qosRequire.maxLaneLatency = 0; in AuthGetLaneAllocInfo()
392 qosInfo->maxLaneLatency = qos[i].value; in ConvertQosInfo()
982 qosInfo->maxLaneLatency = (param->qos[i].value > 0) ? param->qos[i].value : 0; in TransGetQosInfo()