Home
last modified time | relevance | path

Searched refs:mlp (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/isdn/i4l/
Disdn_ppp.c1068 isdn_net_local *mlp = NULL; in isdn_ppp_push_higher() local
1080 mlp = ISDN_MASTER_PRIV(lp); in isdn_ppp_push_higher()
1081 slot = mlp->ppp_slot; in isdn_ppp_push_higher()
1200 if (mlp) in isdn_ppp_push_higher()
1201 mlp->huptimer = 0; in isdn_ppp_push_higher()
1206 if (mlp) in isdn_ppp_push_higher()
1207 mlp->huptimer = 0; in isdn_ppp_push_higher()
1256 isdn_net_local *lp, *mlp; in isdn_ppp_xmit() local
1262 mlp = netdev_priv(netdev); in isdn_ppp_xmit()
1263 nd = mlp->netdev; /* get master lp */ in isdn_ppp_xmit()
[all …]
Disdn_net.c2262 isdn_net_local *mlp = ISDN_MASTER_PRIV(lp); in isdn_net_find_icall() local
2265 if (mlp->flags & ISDN_NET_CONNECTED) { in isdn_net_find_icall()
2268 while (mlp->slave) { in isdn_net_find_icall()
2269 if (ISDN_SLAVE_PRIV(mlp) == lp) in isdn_net_find_icall()
2271 mlp = ISDN_SLAVE_PRIV(mlp); in isdn_net_find_icall()
2276 printk(KERN_DEBUG "mlpf: %d\n", mlp->flags & ISDN_NET_CONNECTED); in isdn_net_find_icall()
2277 if (!(mlp->flags & ISDN_NET_CONNECTED)) { in isdn_net_find_icall()