Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dsolos-pci.c119 struct sk_buff_head cli_queue[4]; member
453 skb = skb_dequeue(&card->cli_queue[SOLOS_CHAN(atmdev)]); in console_show()
857 if (skb_queue_len(&card->cli_queue[port]) > 10) { in solos_bh()
863 skb_queue_tail(&card->cli_queue[port], skb); in solos_bh()
1361 skb_queue_head_init(&card->cli_queue[i]); in atm_init()