Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/lmc/
Dlmc_proto.c68 if (sc->if_type == LMC_PPP) in lmc_proto_ioctl()
79 if (sc->if_type == LMC_PPP) { in lmc_proto_open()
94 if (sc->if_type == LMC_PPP) in lmc_proto_close()
104 case LMC_PPP: in lmc_proto_type()
126 case LMC_PPP: in lmc_proto_netif()
Dlmc_ioctl.h64 #define LMC_PPP 1 /* use generic HDLC interface */ macro
Dlmc_main.c855 sc->if_type = LMC_PPP; in lmc_init_one()