Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c206 struct FlowControlQueue *fcmQueue = NULL; in SetQueueThreshold() local
211 fcmQueue = &fcm->fcmQueue[dir].queues[id]; in SetQueueThreshold()
212 fcmQueue->queueThreshold = queueThreshold; in SetQueueThreshold()
218 NetBufQueue *dataQ = &fcmQueue->dataQueue; in FcmQueuePreProcess()
220 uint32_t threshold = fcmQueue->queueThreshold; in FcmQueuePreProcess()
234 struct FlowControlQueue *fcmQueue = NULL; in SendBuffToFCM() local
245 fcmQueue = &fcm->fcmQueue[dir].queues[id]; in SendBuffToFCM()
246 dataQ = &fcmQueue->dataQueue; in SendBuffToFCM()
247 FcmQueuePreProcess(fcmQueue); in SendBuffToFCM()
252 fcm->fcmQueue[dir].queues[id].pktCount++; in SendBuffToFCM()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dflow_control.h216 struct FlowControlQueues fcmQueue[FLOW_DIR_COUNT]; /**< Array of flow control queues */ member