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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000.h220 #define E1000_DESC_UNUSED(R) \ macro
H A De1000_main.c524 /* call E1000_DESC_UNUSED which always leaves
530 E1000_DESC_UNUSED(ring));
2359 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
2700 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
3203 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3215 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3966 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
4228 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4415 cleaned_count = E1000_DESC_UNUSED(rx_ring);

Completed in 70 milliseconds