Home
last modified time | relevance | path

Searched refs:rxStatistics (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c801 TCPIP_MAC_RX_STATISTICS rxStatistics; in _Command_MacInfo() local
819 … macRes = ( macObject->TCPIP_MAC_StatisticsGet )( macCliHandle, &rxStatistics, &txStatistics ); in _Command_MacInfo()
824rxStatistics.nRxOkPackets, rxStatistics.nRxPendBuffers, rxStatistics.nRxSchedBuffers ); in _Command_MacInfo()
825 …ram, "nRxErrorPackets: %d, nRxFragmentErrors: %d\r\n", rxStatistics.nRxErrorPackets, rxStatistics.… in _Command_MacInfo()