Lines Matching refs:quote

3333 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote)  in hci_quote_sent()  argument
3339 *quote = 0; in hci_quote_sent()
3369 *quote = q ? q : 1; in hci_quote_sent()
3373 int *quote) in hci_low_sent() argument
3404 hci_quote_sent(conn, num, quote); in hci_low_sent()
3406 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3437 int *quote) in hci_chan_sent() argument
3493 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent()
3495 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
3583 int quote; in hci_sched_sco() local
3590 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
3591 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
3606 int quote; in hci_sched_esco() local
3614 &quote))) { in hci_sched_esco()
3615 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
3631 int quote; in hci_sched_acl_pkt() local
3636 (chan = hci_chan_sent(hdev, ACL_LINK, &quote))) { in hci_sched_acl_pkt()
3638 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
3673 int quote; in hci_sched_acl_blk() local
3686 (chan = hci_chan_sent(hdev, type, &quote))) { in hci_sched_acl_blk()
3688 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
3711 quote -= blocks; in hci_sched_acl_blk()
3749 int quote, cnt, tmp; in hci_sched_le() local
3761 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, &quote))) { in hci_sched_le()
3763 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()
3800 int quote, *cnt; in hci_sched_iso() local
3809 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, &quote))) { in hci_sched_iso()
3810 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_iso()