Searched refs:pkts_to_be_removed (Results 1 – 1 of 1) sorted by relevance
352 int i, pkts_to_be_removed; in bcsp_pkt_cull() local357 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()