Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dflow_control.h98 uint32_t queueThreshold; /**< Network data queue threshold */ member
252 …int32_t (*setQueueThreshold)(struct FlowControlModule *fcm, uint32_t queueThreshold, uint32_t id, …
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c204 static int32_t SetQueueThreshold(struct FlowControlModule *fcm, uint32_t queueThreshold, uint32_t i… in SetQueueThreshold() argument
212 fcmQueue->queueThreshold = queueThreshold; in SetQueueThreshold()
220 uint32_t threshold = fcmQueue->queueThreshold; in FcmQueuePreProcess()