Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dhci_core.c4373 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()
4395 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
4415 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()
4510 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
4513 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
4594 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
4597 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
4691 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt()
4700 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_pkt()
4752 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_blk()
[all …]
A Dhci_conn.c734 skb_queue_head_init(&conn->data_q); in hci_conn_add()
799 skb_queue_purge(&conn->data_q); in hci_conn_del()
1903 skb_queue_head_init(&chan->data_q); in hci_chan_create()
1927 skb_queue_purge(&chan->data_q); in hci_chan_del()
/linux/include/net/bluetooth/
A Dhci_core.h701 struct sk_buff_head data_q; member
730 struct sk_buff_head data_q; member

Completed in 22 milliseconds