Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/bluetooth/
Dbfusb.c81 struct sk_buff_head transmit_q; member
180 (skb = skb_dequeue(&bfusb->transmit_q))) { in bfusb_tx_wakeup()
182 skb_queue_head(&bfusb->transmit_q, skb); in bfusb_tx_wakeup()
457 skb_queue_purge(&bfusb->transmit_q); in bfusb_flush()
551 skb_queue_tail(&bfusb->transmit_q, nskb); in bfusb_send_frame()
687 skb_queue_head_init(&bfusb->transmit_q); in bfusb_probe()
Dhci_usb.h133 struct sk_buff_head transmit_q[4]; member
Dhci_usb.c147 #define __transmit_q(husb, type) (&husb->transmit_q[type-1])
347 skb_queue_purge(&husb->transmit_q[i]); in hci_usb_flush()
928 skb_queue_head_init(&husb->transmit_q[i]); in hci_usb_probe()