Searched refs:get_stats64 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 2133 .get_stats64 = rtl8365mb_get_stats64, 2156 .get_stats64 = rtl8365mb_get_stats64,
|
/openbmc/linux/drivers/net/dsa/xrs700x/ |
H A D | xrs700x.c | 706 .get_stats64 = xrs700x_get_stats64,
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | ar9331.c | 695 .get_stats64 = ar9331_get_stats64,
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 915 void (*get_stats64)(struct dsa_switch *ds, int port, member
|
/openbmc/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 | 3765 data[0] = get_stats64(hw, port, GM_TXO_OK_LO); in sky2_phy_stats() 3766 data[1] = get_stats64(hw, port, GM_RXO_OK_LO); in sky2_phy_stats()
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 2403 if (ds->ops->get_stats64) in dsa_slave_get_stats64() 2404 ds->ops->get_stats64(ds, dp->index, s); in dsa_slave_get_stats64()
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2107 .get_stats64 = felix_get_stats64,
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 3457 .get_stats64 = ksz_get_stats64,
|