Lines Matching refs:quote
4245 int *quote) in hci_low_sent() argument
4296 *quote = q ? q : 1; in hci_low_sent()
4298 *quote = 0; in hci_low_sent()
4300 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
4326 int *quote) in hci_chan_sent() argument
4402 *quote = q ? q : 1; in hci_chan_sent()
4403 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
4479 int quote; in hci_sched_sco() local
4486 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco()
4487 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4502 int quote; in hci_sched_esco() local
4510 "e))) { in hci_sched_esco()
4511 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4527 int quote; in hci_sched_acl_pkt() local
4532 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()
4534 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
4569 int quote; in hci_sched_acl_blk() local
4582 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk()
4584 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
4607 quote -= blocks; in hci_sched_acl_blk()
4645 int quote, cnt, tmp; in hci_sched_le() local
4657 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
4659 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()