Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/bluetooth/
Dhci_bcsp.c335 int i, pkts_to_be_removed; in bcsp_pkt_cull() local
340 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()