Home
last modified time | relevance | path

Searched refs:transmit_q (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbfusb.c62 struct sk_buff_head transmit_q; member
161 (skb = skb_dequeue(&data->transmit_q))) { in bfusb_tx_wakeup()
163 skb_queue_head(&data->transmit_q, skb); in bfusb_tx_wakeup()
428 skb_queue_purge(&data->transmit_q); in bfusb_flush()
508 skb_queue_tail(&data->transmit_q, nskb); in bfusb_send_frame()
638 skb_queue_head_init(&data->transmit_q); in bfusb_probe()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbfusb.c62 struct sk_buff_head transmit_q; member
161 (skb = skb_dequeue(&data->transmit_q))) { in bfusb_tx_wakeup()
163 skb_queue_head(&data->transmit_q, skb); in bfusb_tx_wakeup()
428 skb_queue_purge(&data->transmit_q); in bfusb_flush()
508 skb_queue_tail(&data->transmit_q, nskb); in bfusb_send_frame()
638 skb_queue_head_init(&data->transmit_q); in bfusb_probe()

Completed in 2 milliseconds