Searched refs:STAT_OFF (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 635 #define STAT_OFF(field) offsetof(struct stmmac_safety_stats, field) macro 705 dwxgmac3_mac_errors, STAT_OFF(mac_errors), stats); in dwxgmac3_handle_mac_err() 753 dwxgmac3_mtl_errors, STAT_OFF(mtl_errors), stats); in dwxgmac3_handle_mtl_err() 801 dwxgmac3_dma_errors, STAT_OFF(dma_errors), stats); in dwxgmac3_handle_dma_err()
|