Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_bcsp.c355 int i, pkts_to_be_removed; in bcsp_pkt_cull() local
360 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull()
363 while (pkts_to_be_removed) { in bcsp_pkt_cull()
366 pkts_to_be_removed--; in bcsp_pkt_cull()
374 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull()
379 if (i >= pkts_to_be_removed) in bcsp_pkt_cull()
392 if (i != pkts_to_be_removed) in bcsp_pkt_cull()
393 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in bcsp_pkt_cull()