Searched refs:a5psw_read_stat (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/dsa/ |
| H A D | rzn1_a5psw.c | 786 static u64 a5psw_read_stat(struct a5psw *a5psw, u32 offset, int port) in a5psw_read_stat() function 816 data[u] = a5psw_read_stat(a5psw, a5psw_stats[u].offset, port); in a5psw_get_ethtool_stats() 832 #define RD(name) a5psw_read_stat(a5psw, A5PSW_##name, port) in a5psw_get_eth_mac_stats() 872 #define RD(name) a5psw_read_stat(a5psw, A5PSW_##name, port) in a5psw_get_rmon_stats() 895 stat = a5psw_read_stat(a5psw, A5PSW_aTxPAUSEMACCtrlFrames, port); in a5psw_get_eth_ctrl_stats() 897 stat = a5psw_read_stat(a5psw, A5PSW_aRxPAUSEMACCtrlFrames, port); in a5psw_get_eth_ctrl_stats()
|