Lines Matching refs:mlp
1058 isdn_net_local *mlp = NULL; in isdn_ppp_push_higher() local
1070 mlp = ISDN_MASTER_PRIV(lp); in isdn_ppp_push_higher()
1071 slot = mlp->ppp_slot; in isdn_ppp_push_higher()
1190 if (mlp) in isdn_ppp_push_higher()
1191 mlp->huptimer = 0; in isdn_ppp_push_higher()
1196 if (mlp) in isdn_ppp_push_higher()
1197 mlp->huptimer = 0; in isdn_ppp_push_higher()
1246 isdn_net_local *lp, *mlp; in isdn_ppp_xmit() local
1252 mlp = netdev_priv(netdev); in isdn_ppp_xmit()
1253 nd = mlp->netdev; /* get master lp */ in isdn_ppp_xmit()
1255 slot = mlp->ppp_slot; in isdn_ppp_xmit()
1258 mlp->ppp_slot); in isdn_ppp_xmit()
2121 isdn_net_local *mlp = netdev_priv(sdev); in isdn_ppp_dial_slave() local
2122 if (!(mlp->flags & ISDN_NET_CONNECTED)) in isdn_ppp_dial_slave()
2124 sdev = mlp->slave; in isdn_ppp_dial_slave()
2152 isdn_net_local *mlp = netdev_priv(sdev); in isdn_ppp_hangup_slave() local
2154 if (mlp->slave) { /* find last connected link in chain */ in isdn_ppp_hangup_slave()
2155 isdn_net_local *nlp = ISDN_SLAVE_PRIV(mlp); in isdn_ppp_hangup_slave()
2159 } else if (mlp->flags & ISDN_NET_CONNECTED) in isdn_ppp_hangup_slave()
2162 sdev = mlp->slave; in isdn_ppp_hangup_slave()