Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bluetooth/
Dhci_bcsp.c352 int i, pkts_to_be_removed; in bcsp_pkt_cull() local
357 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull()
360 while (pkts_to_be_removed) { in bcsp_pkt_cull()
363 pkts_to_be_removed--; in bcsp_pkt_cull()
371 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull()
376 if (i >= pkts_to_be_removed) in bcsp_pkt_cull()
389 if (i != pkts_to_be_removed) in bcsp_pkt_cull()
390 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in bcsp_pkt_cull()