Searched refs:total_empty (Results 1 - 2 of 2) 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.c935 int total_empty; local
947 total_empty = r - rxq->write_actual;
948 if (total_empty < 0)
949 total_empty += RX_QUEUE_SIZE;
951 if (total_empty > (RX_QUEUE_SIZE / 2))
H A Diwl3945-base.c1233 int total_empty = 0; local
1241 total_empty = r - rxq->write_actual;
1242 if (total_empty < 0)
1243 total_empty += RX_QUEUE_SIZE;
1245 if (total_empty > (RX_QUEUE_SIZE / 2))

Completed in 137 milliseconds