Searched refs:IXGB_DESC_UNUSED (Results 1 – 2 of 2) sorted by relevance
100 #define IXGB_DESC_UNUSED(R) \ macro
189 ixgb_alloc_rx_buffers(adapter, IXGB_DESC_UNUSED(&adapter->rx_ring)); in ixgb_up()1148 if (IXGB_DESC_UNUSED(txdr) + 1 < txdr->count) { in ixgb_watchdog()1441 if (likely(IXGB_DESC_UNUSED(tx_ring) < size)) in __ixgb_maybe_stop_tx()1453 if (likely(IXGB_DESC_UNUSED(tx_ring) >= size)) in ixgb_maybe_stop_tx()1812 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) { in ixgb_clean_tx_irq()2032 cleaned_count = IXGB_DESC_UNUSED(rx_ring); in ixgb_clean_rx_irq()2059 cleancount = IXGB_DESC_UNUSED(rx_ring); in ixgb_alloc_rx_buffers()