Lines Matching refs:quote
4403 int *quote) in hci_low_sent() argument
4454 *quote = q ? q : 1; in hci_low_sent()
4456 *quote = 0; in hci_low_sent()
4458 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
4484 int *quote) in hci_chan_sent() argument
4560 *quote = q ? q : 1; in hci_chan_sent()
4561 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
4637 int quote; in hci_sched_sco() local
4644 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco()
4645 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4660 int quote; in hci_sched_esco() local
4668 "e))) { in hci_sched_esco()
4669 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4685 int quote; in hci_sched_acl_pkt() local
4690 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()
4692 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
4727 int quote; in hci_sched_acl_blk() local
4740 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk()
4742 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
4765 quote -= blocks; in hci_sched_acl_blk()
4803 int quote, cnt, tmp; in hci_sched_le() local
4815 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
4817 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()