Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdn_ppp.c112 if (lp->ppp_slot < 0 || lp->ppp_slot >= ISDN_MAX_CHANNELS) { in isdn_ppp_free()
114 __func__, lp->ppp_slot); in isdn_ppp_free()
129 if (lp->ppp_slot < 0 || lp->ppp_slot >= ISDN_MAX_CHANNELS) { in isdn_ppp_free()
131 __func__, lp->ppp_slot); in isdn_ppp_free()
134 is = ippp_table[lp->ppp_slot]; in isdn_ppp_free()
136 isdn_ppp_closewait(lp->ppp_slot); /* force wakeup on ippp device */ in isdn_ppp_free()
141 printk(KERN_DEBUG "isdn_ppp_free %d %lx %lx\n", lp->ppp_slot, (long) lp, (long) is->lp); in isdn_ppp_free()
144 lp->ppp_slot = -1; /* is this OK ?? */ in isdn_ppp_free()
203 lp->ppp_slot = i; in isdn_ppp_bind()
214 retval = lp->ppp_slot; in isdn_ppp_bind()
[all …]
Disdn_net.c2356 lp->ppp_slot = -1; in isdn_net_find_icall()
2519 lp->ppp_slot = -1; in _isdn_setup()
/linux-4.19.296/include/linux/
Disdn.h162 int ppp_slot; /* PPPD device slot number */ member