Lines Matching refs:quote
3384 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote) in hci_quote_sent() argument
3390 *quote = 0; in hci_quote_sent()
3418 *quote = q ? q : 1; in hci_quote_sent()
3422 int *quote) in hci_low_sent() argument
3458 hci_quote_sent(conn, num, quote); in hci_low_sent()
3460 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3486 int *quote) in hci_chan_sent() argument
3542 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent()
3544 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
3639 int quote, *cnt; in hci_sched_sco() local
3655 while (*cnt && (conn = hci_low_sent(hdev, type, "e))) { in hci_sched_sco()
3656 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
3681 int quote; in hci_sched_acl_pkt() local
3686 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()
3688 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
3733 int quote, *cnt, tmp; in hci_sched_le() local
3745 while (*cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
3747 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()
3779 int quote, *cnt; in hci_sched_iso() local
3790 while (*cnt && (conn = hci_low_sent(hdev, type, "e))) { in hci_sched_iso()
3791 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_iso()