Home
last modified time | relevance | path

Searched refs:qLen (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c221 uint32_t qLen = NetBufQueueSize(dataQ); in FcmQueuePreProcess() local
222 if (threshold > 0 && threshold < qLen) { in FcmQueuePreProcess()