Lines Matching refs:quote

3279 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote)  in hci_quote_sent()  argument
3285 *quote = 0; in hci_quote_sent()
3315 *quote = q ? q : 1; in hci_quote_sent()
3319 int *quote) in hci_low_sent() argument
3350 hci_quote_sent(conn, num, quote); in hci_low_sent()
3352 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3378 int *quote) in hci_chan_sent() argument
3434 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent()
3436 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
3524 int quote; in hci_sched_sco() local
3531 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
3532 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
3547 int quote; in hci_sched_esco() local
3555 &quote))) { in hci_sched_esco()
3556 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
3572 int quote; in hci_sched_acl_pkt() local
3577 (chan = hci_chan_sent(hdev, ACL_LINK, &quote))) { in hci_sched_acl_pkt()
3579 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
3614 int quote; in hci_sched_acl_blk() local
3627 (chan = hci_chan_sent(hdev, type, &quote))) { in hci_sched_acl_blk()
3629 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
3652 quote -= blocks; in hci_sched_acl_blk()
3690 int quote, cnt, tmp; in hci_sched_le() local
3702 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
3704 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()
3741 int quote, *cnt; in hci_sched_iso() local
3750 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, &quote))) { in hci_sched_iso()
3751 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_iso()