Searched refs:isL2ThroughputSufficient (Results 1 – 1 of 1) sorted by relevance
542 boolean isTxTputSufficient = isL2ThroughputSufficient(l2TxTputKbps, l3TxTputKbps, false); in isThroughputSufficientInternal()543 boolean isRxTputSufficient = isL2ThroughputSufficient(l2RxTputKbps, l3RxTputKbps, true); in isThroughputSufficientInternal()570 private boolean isL2ThroughputSufficient(int l2TputKbps, int l3TputKbps, boolean isForRxTput) { in isL2ThroughputSufficient() method