Searched refs:CPSW_STAT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpsw.c | 423 #define CPSW_STAT(m) CPSW_STATS, \ macro 434 { "Good Rx Frames", CPSW_STAT(rxgoodframes) }, 435 { "Broadcast Rx Frames", CPSW_STAT(rxbroadcastframes) }, 436 { "Multicast Rx Frames", CPSW_STAT(rxmulticastframes) }, 437 { "Pause Rx Frames", CPSW_STAT(rxpauseframes) }, 438 { "Rx CRC Errors", CPSW_STAT(rxcrcerrors) }, 439 { "Rx Align/Code Errors", CPSW_STAT(rxaligncodeerrors) }, 440 { "Oversize Rx Frames", CPSW_STAT(rxoversizedframes) }, 441 { "Rx Jabbers", CPSW_STAT(rxjabberframes) }, 442 { "Undersize (Short) Rx Frames", CPSW_STAT(rxundersizedframes) }, [all …]
|