Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dsolos-pci.c128 struct sk_buff_head cli_queue[4]; member
456 skb = skb_dequeue(&card->cli_queue[SOLOS_CHAN(atmdev)]); in console_show()
858 if (skb_queue_len(&card->cli_queue[port]) > 10) { in solos_bh()
864 skb_queue_tail(&card->cli_queue[port], skb); in solos_bh()
1360 skb_queue_head_init(&card->cli_queue[i]); in atm_init()