Home
last modified time | relevance | path

Searched refs:quote (Results 1 – 1 of 1) sorted by relevance

/net/bluetooth/
Dhci_core.c2841 int *quote) in hci_low_sent() argument
2892 *quote = q ? q : 1; in hci_low_sent()
2894 *quote = 0; in hci_low_sent()
2896 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
2922 int *quote) in hci_chan_sent() argument
2998 *quote = q ? q : 1; in hci_chan_sent()
2999 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
3075 int quote; in hci_sched_acl_pkt() local
3080 (chan = hci_chan_sent(hdev, ACL_LINK, &quote))) { in hci_sched_acl_pkt()
3082 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()
[all …]