Searched refs:sent_bitmap (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c1201 u64 bitmap, sent_bitmap; local
1229 sent_bitmap = bitmap & agg->bitmap;
1234 while (sent_bitmap) {
1235 ack = sent_bitmap & 1ULL;
1240 sent_bitmap >>= 1;

Completed in 79 milliseconds