Searched refs:ippp_table (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ppp.c77 static struct ippp_struct *ippp_table[ISDN_MAX_CHANNELS]; variable in typeref:struct:ippp_struct
134 is = ippp_table[lp->ppp_slot]; isdn_ppp_free()
177 if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not connected! */ isdn_ppp_bind()
183 if (ippp_table[i]->minor == lp->pppbind && isdn_ppp_bind()
184 (ippp_table[i]->state & IPPP_OPEN) == IPPP_OPEN) isdn_ppp_bind()
204 is = ippp_table[i]; isdn_ppp_bind()
233 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK; isdn_ppp_wakeup_daemon()
234 wake_up_interruptible(&ippp_table[lp->ppp_slot]->wq); isdn_ppp_wakeup_daemon()
252 is = ippp_table[slot]; isdn_ppp_closewait()
268 if (!ippp_table[i]->state) isdn_ppp_get_slot()
291 is = file->private_data = ippp_table[slot]; isdn_ppp_open()
744 is = ippp_table[slot]; isdn_ppp_fill_rq()
909 if (!(ippp_table[i] = kzalloc(sizeof(struct ippp_struct), GFP_KERNEL))) { isdn_ppp_init()
910 printk(KERN_WARNING "isdn_ppp_init: Could not alloc ippp_table\n"); isdn_ppp_init()
912 kfree(ippp_table[j]); isdn_ppp_init()
915 spin_lock_init(&ippp_table[i]->buflock); isdn_ppp_init()
916 ippp_table[i]->state = 0; isdn_ppp_init()
917 ippp_table[i]->first = ippp_table[i]->rq + NUM_RCV_BUFFS - 1; isdn_ppp_init()
918 ippp_table[i]->last = ippp_table[i]->rq; isdn_ppp_init()
921 ippp_table[i]->rq[j].buf = NULL; isdn_ppp_init()
922 ippp_table[i]->rq[j].last = ippp_table[i]->rq + isdn_ppp_init()
924 ippp_table[i]->rq[j].next = ippp_table[i]->rq + (j + 1) % NUM_RCV_BUFFS; isdn_ppp_init()
936 kfree(ippp_table[i]); isdn_ppp_cleanup()
1013 is = ippp_table[slot]; isdn_ppp_receive()
1067 is = ippp_table[slot]; isdn_ppp_push_higher()
1078 mis = ippp_table[slot]; isdn_ppp_push_higher()
1113 if (slhc_remember(ippp_table[net_dev->local->ppp_slot]->slcomp, skb->data, skb->len) <= 0) { isdn_ppp_push_higher()
1140 pkt_len = slhc_uncompress(ippp_table[net_dev->local->ppp_slot]->slcomp, isdn_ppp_push_higher()
1262 ipts = ippp_table[slot]; isdn_ppp_xmit()
1300 ipt = ippp_table[slot]; isdn_ppp_xmit()
1490 struct ippp_struct *is = ippp_table[lp->ppp_slot]; isdn_ppp_autodial_filter()
1585 is = ippp_table[lp->ppp_slot]; isdn_ppp_mp_init()
1638 is = ippp_table[slot]; isdn_ppp_mp_receive()
1671 u32 lls = ippp_table[slot]->last_link_seqno; isdn_ppp_mp_receive()
1907 if (ippp_table[lp->ppp_slot]->debug & 0x40) isdn_ppp_mp_reassembly()
1920 if (ippp_table[lp->ppp_slot]->debug & 0x40) isdn_ppp_mp_reassembly()
1991 ippp_table[nlp->ppp_slot]->unit = ippp_table[lp->ppp_slot]->unit; isdn_ppp_bundle()
1994 ippp_table[nlp->ppp_slot]->pppcfg |= ippp_table[lp->ppp_slot]->pppcfg & isdn_ppp_bundle()
1996 ippp_table[nlp->ppp_slot]->mpppcfg |= ippp_table[lp->ppp_slot]->mpppcfg & isdn_ppp_bundle()
2031 if (slot >= 0 && ippp_table[slot]->slcomp) { isdn_ppp_dev_ioctl_stats()
2032 struct slcompress *slcomp = ippp_table[slot]->slcomp; isdn_ppp_dev_ioctl_stats()
2686 is = ippp_table[lp->ppp_slot]; isdn_ppp_receive_ccp()
2696 mis = ippp_table[slot]; isdn_ppp_receive_ccp()
2860 is = ippp_table[slot]; isdn_ppp_send_ccp()
2883 mis = ippp_table[slot]; isdn_ppp_send_ccp()

Completed in 83 milliseconds