void __4_4_4__QUALITY_OF_SERVICE_QOS_PRIORITY_SUPPORT() {
    /**
     * @group:       	4.4.4 QUALITY-OF-SERVICE (QOS) PRIORITY SUPPORT
     *
     * @description: 	The device provides quality-of-service (QoS) for applications such as VoIP. There are multiple methods for assigning
     * 					priority to ingress packets. Depending on the packet prioritization method, the packet priority levels are mapped to the
     * 					egress queues for each port. Each port can be configured for 1, 2, and 4 egress queues, which are prioritized. The
     * 					default is 1 queue per port.
     * 					When configured for 4 priority queues, Queue 3 is the highest priority queue and Queue 0 is the lowest priority. Likewise,
     * 					for a 2-queue configuration, Queue 1 is the highest priority queue. If a port is not configured as 2 or 4 queues, then high
     * 					priority and low priority packets have equal priority in the single transmit queue.
     * 					There is an additional option for every port to select either to always deliver packets from the highest priority queue first,
     * 					or use weighted round robin queuing amongst the multiple queues. This is described later in Section 4.4.13, "Scheduling
     * 					and Rate Limiting".
     *
     */
}