Searched refs:data_q (Results 1 – 3 of 3) sorted by relevance
2288 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 …]
387 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()
321 struct sk_buff_head data_q; member347 struct sk_buff_head data_q; member