Searched refs:CPSW_STAT (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 416 #define CPSW_STAT(m) CPSW_STATS, \ macro 427 { "Good Rx Frames", CPSW_STAT(rxgoodframes) }, 428 { "Broadcast Rx Frames", CPSW_STAT(rxbroadcastframes) }, 429 { "Multicast Rx Frames", CPSW_STAT(rxmulticastframes) }, 430 { "Pause Rx Frames", CPSW_STAT(rxpauseframes) }, 431 { "Rx CRC Errors", CPSW_STAT(rxcrcerrors) }, 432 { "Rx Align/Code Errors", CPSW_STAT(rxaligncodeerrors) }, 433 { "Oversize Rx Frames", CPSW_STAT(rxoversizedframes) }, 434 { "Rx Jabbers", CPSW_STAT(rxjabberframes) }, 435 { "Undersize (Short) Rx Frames", CPSW_STAT(rxundersizedframes) }, [all …]
|