Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wan/lmc/
Dlmc_proto.c51 struct net_device *dev = sc->lmc_device; in lmc_proto_attach()
66 ret = hdlc_open(sc->lmc_device); in lmc_proto_open()
77 hdlc_close(sc->lmc_device); in lmc_proto_close()
84 return hdlc_type_trans(skb, sc->lmc_device); in lmc_proto_type()
Dlmc_main.c248 if (copy_to_user(data, &sc->lmc_device->stats, in lmc_siocdevprivate()
249 sizeof(sc->lmc_device->stats)) || in lmc_siocdevprivate()
250 copy_to_user(data + sizeof(sc->lmc_device->stats), in lmc_siocdevprivate()
264 memset(&sc->lmc_device->stats, 0, sizeof(sc->lmc_device->stats)); in lmc_siocdevprivate()
268 sizeof(sc->lmc_device->stats) + sizeof(sc->extra_stats); in lmc_siocdevprivate()
624 struct net_device *dev = sc->lmc_device; in lmc_watchdog()
655 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
663 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
690 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
694 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
[all …]
Dlmc_var.h31 #define LMC_PRINTF_ARGS (sc->lmc_device->name)
296 struct net_device *lmc_device; member