Searched refs:quote (Results 1 – 1 of 1) sorted by relevance
2841 int *quote) in hci_low_sent() argument2892 *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() argument2998 *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() local3080 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt()3082 while (quote-- && (skb = skb_peek(&chan->data_q))) { in hci_sched_acl_pkt()[all …]