Searched refs:pkts_to_be_removed (Results 1 – 1 of 1) sorted by relevance
367 int i, pkts_to_be_removed; in bcsp_pkt_cull() local372 pkts_to_be_removed = skb_queue_len(&bcsp->unack); in bcsp_pkt_cull()375 while (pkts_to_be_removed) { in bcsp_pkt_cull()378 pkts_to_be_removed--; in bcsp_pkt_cull()386 pkts_to_be_removed, skb_queue_len(&bcsp->unack), in bcsp_pkt_cull()391 if (i >= pkts_to_be_removed) in bcsp_pkt_cull()404 if (i != pkts_to_be_removed) in bcsp_pkt_cull()405 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in bcsp_pkt_cull()