Searched refs:data_q (Results 1 – 3 of 3) sorted by relevance
3235 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()3257 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()3325 hci_queue_iso(conn, &conn->data_q, skb); in hci_send_iso()3385 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()3463 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()3466 skb = skb_peek(&tmp->data_q); in hci_chan_sent()3528 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()3531 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()3591 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()3615 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()[all …]
1017 skb_queue_head_init(&conn->data_q); in hci_conn_add()1149 skb_queue_purge(&conn->data_q); in hci_conn_del()2728 skb_queue_head_init(&chan->data_q); in hci_chan_create()2752 skb_queue_purge(&chan->data_q); in hci_chan_del()
755 struct sk_buff_head data_q; member794 struct sk_buff_head data_q; member