Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/isdnloop/
Disdnloop.h97 bqueue[ISDNLOOP_BCH]; /* B-Channel queues */ member
Disdnloop.c38 struct sk_buff_head *queue = &card->bqueue[channel]; in isdnloop_free_queue()
61 if ((skb = skb_dequeue(&card->bqueue[ch]))) { in isdnloop_bchan_send()
426 skb_queue_tail(&card->bqueue[channel], nskb); in isdnloop_sendbuf()
1499 skb_queue_head_init(&card->bqueue[i]); in isdnloop_initcard()