Lines Matching defs:quote
3384 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote)
3390 *quote = 0;
3418 *quote = q ? q : 1;
3422 int *quote)
3458 hci_quote_sent(conn, num, quote);
3460 BT_DBG("conn %p quote %d", conn, *quote);
3486 int *quote)
3542 hci_quote_sent(chan->conn, num, quote);
3544 BT_DBG("chan %p quote %d", chan, *quote);
3639 int quote, *cnt;
3655 while (*cnt && (conn = hci_low_sent(hdev, type, "e))) {
3656 while (quote-- && (skb = skb_dequeue(&conn->data_q))) {
3681 int quote;
3686 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) {
3688 while (quote-- && (skb = skb_peek(&chan->data_q))) {
3733 int quote, *cnt, tmp;
3745 while (*cnt && (chan = hci_chan_sent(hdev, LE_LINK, "e))) {
3747 while (quote-- && (skb = skb_peek(&chan->data_q))) {
3779 int quote, *cnt;
3790 while (*cnt && (conn = hci_low_sent(hdev, type, "e))) {
3791 while (quote-- && (skb = skb_dequeue(&conn->data_q))) {