4.2 Queue Management Module
The Queue Management module provides services for creating and maintaining the queues. The PHY layer uses the queue module for queuing the incoming packets.
The following table lists the QMM layer interface APIs.
S. No. | Function | Description |
---|---|---|
1 | qmm_queue_init | Initializes the queue |
2 | qmm_queue_append | Appends a buffer into the queue |
3 | qmm_queue_read | Reads a buffer from queue |
4 | qmm_queue_remove | Removes a buffer from queue. |
5 | qmm_queue_flush | Internal function for flushing a specific queue |