Lines Matching refs:quote
3807 int *quote) in hci_low_sent() argument
3858 *quote = q ? q : 1; in hci_low_sent()
3860 *quote = 0; in hci_low_sent()
3862 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3888 int *quote) in hci_chan_sent() argument
3964 *quote = q ? q : 1; in hci_chan_sent()
3965 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
4041 int quote; in hci_sched_acl_pkt() local
4046 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()
4048 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
4079 int quote; in hci_sched_acl_blk() local
4092 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk()
4094 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
4117 quote -= blocks; in hci_sched_acl_blk()
4156 int quote; in hci_sched_sco() local
4163 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco()
4164 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4179 int quote; in hci_sched_esco() local
4187 "e))) { in hci_sched_esco()
4188 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4203 int quote, cnt, tmp; in hci_sched_le() local
4220 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
4222 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()