Lines Matching refs:data_q
3181 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()
3203 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
3271 hci_queue_iso(conn, &conn->data_q, skb); in hci_send_iso()
3331 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()
3404 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
3407 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
3469 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
3472 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
3532 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
3556 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
3578 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt()
3579 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
3587 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_pkt()
3628 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_blk()
3629 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
3639 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_blk()
3703 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_le()
3704 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()
3712 skb = skb_dequeue(&chan->data_q); in hci_sched_le()
3751 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_iso()