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

/linux-4.4.14/net/bluetooth/
H A Dhci_core.c3777 hci_queue_acl(chan, &chan->data_q, skb, flags); hci_send_acl()
3799 skb_queue_tail(&conn->data_q, skb); hci_send_sco()
3819 if (c->type != type || skb_queue_empty(&c->data_q)) hci_low_sent()
3914 if (skb_queue_empty(&tmp->data_q)) hci_chan_sent()
3917 skb = skb_peek(&tmp->data_q); hci_chan_sent()
3998 if (skb_queue_empty(&chan->data_q)) hci_prio_recalculate()
4001 skb = skb_peek(&chan->data_q); hci_prio_recalculate()
4047 u32 priority = (skb_peek(&chan->data_q))->priority; hci_sched_acl_pkt()
4048 while (quote-- && (skb = skb_peek(&chan->data_q))) { hci_sched_acl_pkt()
4056 skb = skb_dequeue(&chan->data_q); hci_sched_acl_pkt()
4093 u32 priority = (skb_peek(&chan->data_q))->priority; hci_sched_acl_blk()
4094 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { hci_sched_acl_blk()
4104 skb = skb_dequeue(&chan->data_q); hci_sched_acl_blk()
4164 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { hci_sched_sco()
4188 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { hci_sched_esco()
4221 u32 priority = (skb_peek(&chan->data_q))->priority; hci_sched_le()
4222 while (quote-- && (skb = skb_peek(&chan->data_q))) { hci_sched_le()
4230 skb = skb_dequeue(&chan->data_q); hci_sched_le()
H A Dhci_conn.c542 skb_queue_head_init(&conn->data_q); hci_conn_add()
600 skb_queue_purge(&conn->data_q); hci_conn_del()
1526 skb_queue_head_init(&chan->data_q); hci_chan_create()
1550 skb_queue_purge(&chan->data_q); hci_chan_del()
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h467 struct sk_buff_head data_q; member in struct:hci_conn
495 struct sk_buff_head data_q; member in struct:hci_chan

Completed in 162 milliseconds