Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c3281 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()
3303 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
3306 skb_queue_len(&conn->data_q)); in hci_send_sco()
3377 hci_queue_iso(conn, &conn->data_q, skb); in hci_send_iso()
3436 skb_queue_empty(&c->data_q)) in hci_low_sent()
3441 skb_queue_len(&c->data_q)); in hci_low_sent()
3513 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
3516 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
3578 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
3581 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
[all …]
H A Dhci_conn.c1049 skb_queue_head_init(&conn->data_q); in __hci_conn_add()
1232 skb_queue_purge(&conn->data_q); in hci_conn_del()
2795 skb_queue_head_init(&chan->data_q); in hci_chan_create()
2819 skb_queue_purge(&chan->data_q); in hci_chan_list_flush()
/linux/include/net/bluetooth/
H A Dhci_core.h759 struct sk_buff_head data_q; member
799 struct sk_buff_head data_q; member