Lines Matching refs:data_q
4425 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()
4447 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
4467 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()
4562 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
4565 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
4646 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
4649 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
4697 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4721 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4743 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt()
4744 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
4752 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_pkt()
4793 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_blk()
4794 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
4804 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_blk()
4868 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_le()
4869 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()
4877 skb = skb_dequeue(&chan->data_q); in hci_sched_le()