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