Searched refs:STAT_OFF (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac5.c | 19 #define STAT_OFF(field) offsetof(struct stmmac_safety_stats, field) macro 87 STAT_OFF(mac_errors), stats); in dwmac5_handle_mac_err() 135 STAT_OFF(mtl_errors), stats); in dwmac5_handle_mtl_err() 183 STAT_OFF(dma_errors), stats); in dwmac5_handle_dma_err()
|
H A D | dwxgmac2_core.c | 693 #define STAT_OFF(field) offsetof(struct stmmac_safety_stats, field) macro 763 dwxgmac3_mac_errors, STAT_OFF(mac_errors), stats); in dwxgmac3_handle_mac_err() 811 dwxgmac3_mtl_errors, STAT_OFF(mtl_errors), stats); in dwxgmac3_handle_mtl_err() 896 dwxgmac3_dma_errors, STAT_OFF(dma_errors), stats); in dwxgmac3_handle_dma_err() 903 STAT_OFF(dma_dpp_errors), stats); in dwxgmac3_handle_dma_err()
|