Home
last modified time | relevance | path

Searched refs:sonet_copy_stats (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/atm/
H A Datm_misc.c88 void sonet_copy_stats(struct k_sonet_stats *from, struct sonet_stats *to) in sonet_copy_stats() function
94 EXPORT_SYMBOL(sonet_copy_stats);
/openbmc/linux/include/linux/
H A Dsonet.h16 extern void sonet_copy_stats(struct k_sonet_stats *from,struct sonet_stats *to);
/openbmc/linux/drivers/atm/
H A Dsuni.c100 sonet_copy_stats(&PRIV(dev)->sonet_stats,&tmp); in fetch_stats()