Searched refs:stmmac_extra_stats (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | common.h | 48 struct stmmac_extra_stats { struct 324 int (*tx_status) (void *data, struct stmmac_extra_stats *x, 334 int (*rx_status) (void *data, struct stmmac_extra_stats *x, 336 void (*rx_extended_status) (void *data, struct stmmac_extra_stats *x, 363 void (*dma_diagnostic_fr) (void *data, struct stmmac_extra_stats *x, 373 struct stmmac_extra_stats *x); 392 struct stmmac_extra_stats *x);
|
D | enh_desc.c | 29 static int enh_desc_get_tx_status(void *data, struct stmmac_extra_stats *x, in enh_desc_get_tx_status() 126 static void enh_desc_get_ext_status(void *data, struct stmmac_extra_stats *x, in enh_desc_get_ext_status() 177 static int enh_desc_get_rx_status(void *data, struct stmmac_extra_stats *x, in enh_desc_get_rx_status()
|
D | dwmac_dma.h | 114 int dwmac_dma_interrupt(void __iomem *ioaddr, struct stmmac_extra_stats *x);
|
D | norm_desc.c | 29 static int ndesc_get_tx_status(void *data, struct stmmac_extra_stats *x, in ndesc_get_tx_status() 73 static int ndesc_get_rx_status(void *data, struct stmmac_extra_stats *x, in ndesc_get_rx_status()
|
D | dwmac100_dma.c | 105 static void dwmac100_dma_diagnostic_fr(void *data, struct stmmac_extra_stats *x, in dwmac100_dma_diagnostic_fr()
|
D | stmmac.h | 98 struct stmmac_extra_stats xstats ____cacheline_aligned_in_smp;
|
D | dwmac100_core.c | 77 struct stmmac_extra_stats *x) in dwmac100_irq_status()
|
D | dwmac_lib.c | 144 struct stmmac_extra_stats *x) in dwmac_dma_interrupt()
|
D | dwmac1000_core.c | 245 struct stmmac_extra_stats *x) in dwmac1000_irq_status()
|
D | stmmac_ethtool.c | 47 { #m, FIELD_SIZEOF(struct stmmac_extra_stats, m), \
|
D | stmmac_main.c | 1802 memset(&priv->xstats, 0, sizeof(struct stmmac_extra_stats)); in stmmac_open()
|