Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgb/
Dixgb.h126 #define IXGB_DESC_UNUSED(R) \ macro
Dixgb_main.c223 ixgb_alloc_rx_buffers(adapter, IXGB_DESC_UNUSED(&adapter->rx_ring)); in ixgb_up()
1194 if (IXGB_DESC_UNUSED(txdr) + 1 < txdr->count) { in ixgb_watchdog()
1489 if (likely(IXGB_DESC_UNUSED(tx_ring) < size)) in __ixgb_maybe_stop_tx()
1501 if (likely(IXGB_DESC_UNUSED(tx_ring) >= size)) in ixgb_maybe_stop_tx()
1858 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) { in ixgb_clean_tx_irq()
2076 cleaned_count = IXGB_DESC_UNUSED(rx_ring); in ixgb_clean_rx_irq()
2102 cleancount = IXGB_DESC_UNUSED(rx_ring); in ixgb_alloc_rx_buffers()