Searched refs:STAT_OFF (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/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 | 636 #define STAT_OFF(field) offsetof(struct stmmac_safety_stats, field) macro 706 dwxgmac3_mac_errors, STAT_OFF(mac_errors), stats); in dwxgmac3_handle_mac_err() 754 dwxgmac3_mtl_errors, STAT_OFF(mtl_errors), stats); in dwxgmac3_handle_mtl_err() 802 dwxgmac3_dma_errors, STAT_OFF(dma_errors), stats); in dwxgmac3_handle_dma_err()
|