Lines Matching refs:data_q
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()
2595 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_blk()
2596 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
2606 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_blk()
2661 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
2684 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
2717 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_le()
2718 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()
2726 skb = skb_dequeue(&chan->data_q); in hci_sched_le()