Searched refs:ENETC_RBDCR (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_ethtool.c | 104 { ENETC_RBDCR(0), "Rx ring 0 discarded frames" }, 105 { ENETC_RBDCR(1), "Rx ring 1 discarded frames" }, 106 { ENETC_RBDCR(2), "Rx ring 2 discarded frames" }, 107 { ENETC_RBDCR(3), "Rx ring 3 discarded frames" }, 108 { ENETC_RBDCR(4), "Rx ring 4 discarded frames" }, 109 { ENETC_RBDCR(5), "Rx ring 5 discarded frames" }, 110 { ENETC_RBDCR(6), "Rx ring 6 discarded frames" }, 111 { ENETC_RBDCR(7), "Rx ring 7 discarded frames" }, 112 { ENETC_RBDCR(8), "Rx ring 8 discarded frames" }, 113 { ENETC_RBDCR(9), "Rx ring 9 discarded frames" }, [all …]
|
| D | enetc_hw.h | 72 #define ENETC_RBDCR(n) (0x8180 + (n) * 0x200) macro
|