Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000.h188 #define E1000_DESC_UNUSED(R) \ macro
H A De1000_main.c374 /* call E1000_DESC_UNUSED which always leaves in e1000_configure()
381 E1000_DESC_UNUSED(ring)); in e1000_configure()
2187 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); in e1000_leave_82542_rst()
2513 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) { in e1000_watchdog()
3080 if (likely(E1000_DESC_UNUSED(tx_ring) < size)) in __e1000_maybe_stop_tx()
3092 if (likely(E1000_DESC_UNUSED(tx_ring) >= size)) in e1000_maybe_stop_tx()
3871 /* Synchronize with E1000_DESC_UNUSED called from e1000_xmit_frame, in e1000_clean_tx_irq()
3880 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) { in e1000_clean_tx_irq()
4307 cleaned_count = E1000_DESC_UNUSED(rx_ring); in e1000_clean_jumbo_rx_irq()
4480 cleaned_count = E1000_DESC_UNUSED(rx_rin in e1000_clean_rx_irq()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000.h188 #define E1000_DESC_UNUSED(R) \ macro
H A De1000_main.c374 /* call E1000_DESC_UNUSED which always leaves in e1000_configure()
381 E1000_DESC_UNUSED(ring)); in e1000_configure()
2188 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); in e1000_leave_82542_rst()
2514 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) { in e1000_watchdog()
3080 if (likely(E1000_DESC_UNUSED(tx_ring) < size)) in __e1000_maybe_stop_tx()
3092 if (likely(E1000_DESC_UNUSED(tx_ring) >= size)) in e1000_maybe_stop_tx()
3872 /* Synchronize with E1000_DESC_UNUSED called from e1000_xmit_frame, in e1000_clean_tx_irq()
3881 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) { in e1000_clean_tx_irq()
4305 cleaned_count = E1000_DESC_UNUSED(rx_ring); in e1000_clean_jumbo_rx_irq()
4478 cleaned_count = E1000_DESC_UNUSED(rx_rin in e1000_clean_rx_irq()
[all...]

Completed in 12 milliseconds