Searched defs:fcm (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/ |
H A D | flow_control_task.c | 41 static bool IsFcThreadNeedStop(struct FlowControlModule *fcm, FlowDir dir) in IsFcThreadNeedStop() 49 static void FlowControlTxTreadProcess(struct FlowControlModule *fcm) in FlowControlTxTreadProcess() 67 static void FlowControlRxTreadProcess(struct FlowControlModule *fcm) in FlowControlRxTreadProcess() 87 struct FlowControlModule *fcm = (struct FlowControlModule *)para; in RunWiFiFlowControl() local 144 static void DestroyTask(struct FlowControlModule *fcm, FlowDir dir) in DestroyTask() 173 int32_t CreateFlowControlTask(struct FlowControlModule *fcm) in CreateFlowControlTask() 201 void DestroyFlowControlTask(struct FlowControlModule *fcm) in DestroyFlowControlTask()
|
H A D | flow_control.c | 137 static void FlowControlQueueInit(struct FlowControlModule *fcm) in FlowControlQueueInit() 153 static void FlowControlQueueDeinit(struct FlowControlModule *fcm) in FlowControlQueueDeinit() 171 static int32_t SchedTransfer(struct FlowControlModule *fcm, FlowDir dir) in SchedTransfer() 181 static int32_t RegisterFlowControlOp(struct FlowControlModule *fcm, struct FlowControlOp *op) in RegisterFlowControlOp() 191 static bool IsValidSentToFCMPra(const struct FlowControlModule *fcm, uint32_t id, uint32_t dir) in IsValidSentToFCMPra() 204 static int32_t SetQueueThreshold(struct FlowControlModule *fcm, uint32_t queueThreshold, uint32_t i… in SetQueueThreshold() 232 static int32_t SendBuffToFCM(struct FlowControlModule *fcm, NetBuf *buff, uint32_t id, uint32_t dir) in SendBuffToFCM() 296 int32_t SendFlowControlQueue(struct FlowControlModule *fcm, uint32_t id, uint32_t dir) in SendFlowControlQueue() 337 struct FlowControlModule *fcm = NULL; in InitFlowControl() local 382 void DeInitFlowControl(struct FlowControlModule *fcm) in DeInitFlowControl()
|