Lines Matching refs:quote
3530 int *quote) in hci_low_sent() argument
3581 *quote = q ? q : 1; in hci_low_sent()
3583 *quote = 0; in hci_low_sent()
3585 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3611 int *quote) in hci_chan_sent() argument
3687 *quote = q ? q : 1; in hci_chan_sent()
3688 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
3764 int quote; in hci_sched_acl_pkt() local
3769 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()
3771 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
3802 int quote; in hci_sched_acl_blk() local
3815 (chan = hci_chan_sent(hdev, type, "e))) { in hci_sched_acl_blk()
3817 while (quote > 0 && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_blk()
3840 quote -= blocks; in hci_sched_acl_blk()
3879 int quote; in hci_sched_sco() local
3886 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco()
3887 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
3902 int quote; in hci_sched_esco() local
3910 "e))) { in hci_sched_esco()
3911 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco()
3926 int quote, cnt, tmp; in hci_sched_le() local
3943 while (cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) { in hci_sched_le()
3945 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_le()