Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wan/lmc/
H A Dlmc_proto.c63 if (sc->if_type == LMC_PPP) in lmc_proto_ioctl()
72 if (sc->if_type == LMC_PPP) { in lmc_proto_open()
83 if (sc->if_type == LMC_PPP) in lmc_proto_close()
90 case LMC_PPP: in lmc_proto_type()
105 case LMC_PPP: in lmc_proto_netif()
H A Dlmc_ioctl.h62 #define LMC_PPP 1 /* use generic HDLC interface */ macro
H A Dlmc_main.c841 sc->if_type = LMC_PPP; in lmc_init_one()