![]() |
PDK API Guide for AM64x
|
Transmit / receive channel statistics.
This structure contains statistics for transmit and receive channels.
Data Fields | |
uint32_t | packetCnt |
uint32_t | completedByteCnt |
uint32_t | startedByteCnt |
uint32_t | droppedPacketCnt |
uint32_t CSL_PktdmaChanStats::packetCnt |
[OUT] Current completed packet count for the channel
uint32_t CSL_PktdmaChanStats::completedByteCnt |
[OUT] Current completed payload byte count for the channel
uint32_t CSL_PktdmaChanStats::startedByteCnt |
[OUT] Current started byte count for the channel
uint32_t CSL_PktdmaChanStats::droppedPacketCnt |
[OUT] Current dropped packet count for the channel. Valid only for receive channels.