Lines Matching refs:quote
3684 int *quote) in hci_low_sent() argument
3735 *quote = q ? q : 1; in hci_low_sent()
3737 *quote = 0; in hci_low_sent()
3739 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3765 int *quote) in hci_chan_sent() argument
3841 *quote = q ? q : 1; in hci_chan_sent()
3842 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
3918 int quote; in hci_sched_acl_pkt() local
3923 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()
3925 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
3956 int quote; in hci_sched_acl_blk() local
3969 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk()
3971 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
3994 quote -= blocks; in hci_sched_acl_blk()
4033 int quote; in hci_sched_sco() local
4040 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco()
4041 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4056 int quote; in hci_sched_esco() local
4064 "e))) { in hci_sched_esco()
4065 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4080 int quote, cnt, tmp; in hci_sched_le() local
4097 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
4099 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()