void __4_4_15__LOW_LATENCY_CUT_THROUGH_MODE() {
    /**
     * @group:      	 4.4.15 LOW LATENCY CUT-THROUGH MODE
     *
     * @description:	Cut-Through Mode allows for the reduction of packet latency through the switch by forwarding packets directly to the
     * 					egress port without first waiting for receipt of the entire packet. This feature works in conjunction with the Time Aware
     * 					Traffic Scheduler (TAS), and applies only if the incoming packet is being sent to a destination port with a corresponding
     * 					TAS queue. Cut-through mode is enabled or disabled individually for each egress port.The TAS must be enabled when
     * 					using this mode.
     * 					Cut-through mode does not guarantee that all packets in the scheduled traffic class can be expedited. The following
     * 					conditions must be met in order for cut-through to occur for a given packet. If the conditions are not met, the packet will
     * 					be stored and queued in the usual manner.
     * 					• The Time Aware Scheduler must be applied to a queue at the egress port.
     * 					• The packet must belong to the scheduled traffic class that uses the Time Aware Scheduler.
     * 					• The TAS transmission window must be open.
     * 					• No other packet is currently being transmitted at that port.
     * 					• The TAS queue for that port is empty.
     * 					• The speed of the egress port must be equal to the speed of the ingress port.
     * 					• The packet must be unicast.
     * 					The only traffic going to a cut-through egress port should be a single unicast cut-through stream. The egress port may
     * 					be configured as a single queue, with the Time Aware Scheduler applied to that one queue. Set the transmit window to
     * 					100%.
     * 					When cut-through occurs, the packet is forwarded after the first 64 bytes have been received. Latency through the
     * 					switch is approximately 900ns for 1Gb/s traffic, regardless of the packet size. For non-cut-through packets, the minimum
     * 					latency is proportional to the size of the packet.
     *
     */
}