Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgb/
Dixgb.h139 #define IXGB_DESC_UNUSED(R) \ macro
Dixgb_main.c221 ixgb_alloc_rx_buffers(adapter, IXGB_DESC_UNUSED(&adapter->rx_ring)); in ixgb_up()
1162 if (IXGB_DESC_UNUSED(txdr) + 1 < txdr->count) { in ixgb_watchdog()
1459 if (likely(IXGB_DESC_UNUSED(tx_ring) < size)) in __ixgb_maybe_stop_tx()
1471 if (likely(IXGB_DESC_UNUSED(tx_ring) >= size)) in ixgb_maybe_stop_tx()
1854 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) { in ixgb_clean_tx_irq()
2072 cleaned_count = IXGB_DESC_UNUSED(rx_ring); in ixgb_clean_rx_irq()
2098 cleancount = IXGB_DESC_UNUSED(rx_ring); in ixgb_alloc_rx_buffers()