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

/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h127 #define IXGB_DESC_UNUSED(R) \ macro
H A Dixgb_main.c222 ixgb_alloc_rx_buffers(adapter, IXGB_DESC_UNUSED(&adapter->rx_ring));
1207 if (IXGB_DESC_UNUSED(txdr) + 1 < txdr->count) {
1504 if (likely(IXGB_DESC_UNUSED(tx_ring) < size))
1516 if (likely(IXGB_DESC_UNUSED(tx_ring) >= size))
1899 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) {
2117 cleaned_count = IXGB_DESC_UNUSED(rx_ring);
2143 cleancount = IXGB_DESC_UNUSED(rx_ring);

Completed in 17 milliseconds