Searched refs:fcmQueue (Results 1 – 2 of 2) sorted by relevance
206 struct FlowControlQueue *fcmQueue = NULL; in SetQueueThreshold() local211 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() local245 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 …]
216 struct FlowControlQueues fcmQueue[FLOW_DIR_COUNT]; /**< Array of flow control queues */ member