Searched refs:pkts_to_be_removed (Results 1 – 1 of 1) sorted by relevance
335 int i, pkts_to_be_removed; in bcsp_pkt_cull() local340 pkts_to_be_removed = bcsp->unack.qlen; in bcsp_pkt_cull()343 while (pkts_to_be_removed) { in bcsp_pkt_cull()346 pkts_to_be_removed--; in bcsp_pkt_cull()354 pkts_to_be_removed, bcsp->unack.qlen, (seqno - 1) & 0x07); in bcsp_pkt_cull()356 for (i = 0, skb = ((struct sk_buff *) &bcsp->unack)->next; i < pkts_to_be_removed in bcsp_pkt_cull()369 if (i != pkts_to_be_removed) in bcsp_pkt_cull()370 BT_ERR("Removed only %u out of %u pkts", i, pkts_to_be_removed); in bcsp_pkt_cull()