Lines Matching refs:quote
4455 int *quote) in hci_low_sent() argument
4506 *quote = q ? q : 1; in hci_low_sent()
4508 *quote = 0; in hci_low_sent()
4510 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
4536 int *quote) in hci_chan_sent() argument
4612 *quote = q ? q : 1; in hci_chan_sent()
4613 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
4689 int quote; in hci_sched_sco() local
4696 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco()
4697 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
4712 int quote; in hci_sched_esco() local
4720 "e))) { in hci_sched_esco()
4721 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
4737 int quote; in hci_sched_acl_pkt() local
4742 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()
4744 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
4779 int quote; in hci_sched_acl_blk() local
4792 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk()
4794 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
4817 quote -= blocks; in hci_sched_acl_blk()
4855 int quote, cnt, tmp; in hci_sched_le() local
4867 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
4869 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()