Home
last modified time | relevance | path

Searched defs:FlowControlModule (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dflow_control.h211 struct FlowControlModule { struct
214 struct OsalSem sem[FLOW_DIR_COUNT]; /**< Array of semaphores */
215 … FcThreadStatus threadStatus[FLOW_DIR_COUNT]; /**< Array of flow control thread statuses */
216 struct FlowControlQueues fcmQueue[FLOW_DIR_COUNT]; /**< Array of flow control queues */
217 struct FlowControlOp *op; /**< Flow control operation */
218 struct FlowControlInterface *interface; /**< Flow control function */
219 …void *fcmPriv; /**< Private data of the flow control module */