Searched refs:STAT_OFF (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
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()
|
D | dwxgmac2_core.c | 677 #define STAT_OFF(field) offsetof(struct stmmac_safety_stats, field) macro 747 dwxgmac3_mac_errors, STAT_OFF(mac_errors), stats); in dwxgmac3_handle_mac_err() 795 dwxgmac3_mtl_errors, STAT_OFF(mtl_errors), stats); in dwxgmac3_handle_mtl_err() 843 dwxgmac3_dma_errors, STAT_OFF(dma_errors), stats); in dwxgmac3_handle_dma_err()
|