Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/
Dhci_core.c2288 hci_queue_acl(conn, &chan->data_q, skb, flags); in hci_send_acl()
2312 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
2332 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()
2427 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
2430 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
2508 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
2511 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
2557 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt()
2558 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
2566 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_pkt()
[all …]
Dhci_conn.c387 skb_queue_head_init(&conn->data_q); in hci_conn_add()
450 skb_queue_purge(&conn->data_q); in hci_conn_del()
938 skb_queue_head_init(&chan->data_q); in hci_chan_create()
956 skb_queue_purge(&chan->data_q); in hci_chan_del()
/linux-3.4.99/include/net/bluetooth/
Dhci_core.h321 struct sk_buff_head data_q; member
347 struct sk_buff_head data_q; member