Lines Matching refs:data_q
4373 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()
4395 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
4415 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()
4510 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
4513 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
4594 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
4597 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
4645 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4669 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4691 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt()
4692 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
4700 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_pkt()
4741 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_blk()
4742 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
4752 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_blk()
4816 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_le()
4817 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()
4825 skb = skb_dequeue(&chan->data_q); in hci_sched_le()