Searched refs:get_stats64 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/dsa/qca/ |
| H A D | ar9331.c | 701 .get_stats64 = ar9331_get_stats64,
|
| /linux/include/net/ |
| H A D | dsa.h | 918 void (*get_stats64)(struct dsa_switch *ds, int port, member
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | sky2.h | 2384 static inline u64 get_stats64(struct sky2_hw *hw, unsigned port, unsigned reg) in get_stats64() function
|
| H A D | sky2.c | 3766 data[0] = get_stats64(hw, port, GM_TXO_OK_LO); in sky2_phy_stats() 3767 data[1] = get_stats64(hw, port, GM_RXO_OK_LO); in sky2_phy_stats()
|
| /linux/net/dsa/ |
| H A D | user.c | 2541 if (ds->ops->get_stats64) in dsa_user_get_stats64() 2542 ds->ops->get_stats64(ds, dp->index, s); in dsa_user_get_stats64()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 4997 .get_stats64 = ksz_get_stats64,
|