Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/isdnloop/
Disdnloop.h95 bqueue[ISDNLOOP_BCH]; /* B-Channel queues */ member
Disdnloop.c39 struct sk_buff_head *queue = &card->bqueue[channel]; in isdnloop_free_queue()
62 if ((skb = skb_dequeue(&card->bqueue[ch]))) { in isdnloop_bchan_send()
420 skb_queue_tail(&card->bqueue[channel], nskb); in isdnloop_sendbuf()
1471 skb_queue_head_init(&card->bqueue[i]); in isdnloop_initcard()