diff options
author | Jose Abreu <Jose.Abreu@synopsys.com> | 2019-08-07 10:03:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-09 07:20:18 +0200 |
commit | b6cdf09f51c20a25b7952773b61116452de66189 (patch) | |
tree | 7920ca6f67cbb17141c2e746adefbf9374f38bc8 /drivers/net/ethernet/stmicro/stmmac/hwif.h | |
parent | tipc: add loopback device tracking (diff) | |
download | linux-b6cdf09f51c20a25b7952773b61116452de66189.tar.xz linux-b6cdf09f51c20a25b7952773b61116452de66189.zip |
net: stmmac: xgmac: Implement MMC counters
Implement the MMC counters feature in XGMAC core.
Signed-off-by: Jose Abreu <joabreu@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/hwif.h')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/hwif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/hwif.h b/drivers/net/ethernet/stmicro/stmmac/hwif.h index 278c0dbec9d9..00539a09d1db 100644 --- a/drivers/net/ethernet/stmicro/stmmac/hwif.h +++ b/drivers/net/ethernet/stmicro/stmmac/hwif.h @@ -503,6 +503,7 @@ extern const struct stmmac_ops dwxgmac210_ops; extern const struct stmmac_dma_ops dwxgmac210_dma_ops; extern const struct stmmac_desc_ops dwxgmac210_desc_ops; extern const struct stmmac_mmc_ops dwmac_mmc_ops; +extern const struct stmmac_mmc_ops dwxgmac_mmc_ops; #define GMAC_VERSION 0x00000020 /* GMAC CORE Version */ #define GMAC4_VERSION 0x00000110 /* GMAC4+ CORE Version */ |