Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_core.c4215 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()
4237 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
4257 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()
4352 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
4355 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
4436 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
4439 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
4487 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4511 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4533 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt()
[all …]
Dhci_conn.c573 skb_queue_head_init(&conn->data_q); in hci_conn_add()
638 skb_queue_purge(&conn->data_q); in hci_conn_del()
1718 skb_queue_head_init(&chan->data_q); in hci_chan_create()
1742 skb_queue_purge(&chan->data_q); in hci_chan_del()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h641 struct sk_buff_head data_q; member
669 struct sk_buff_head data_q; member