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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dnic.c477 WARN_ON(tx_queue->flushed != FLUSH_DONE);
611 WARN_ON(rx_queue->flushed != FLUSH_DONE);
1189 tx_queue->flushed = FLUSH_DONE;
1200 ev_failed ? FLUSH_FAILED : FLUSH_DONE;
1248 if (tx_queue->flushed != FLUSH_DONE)
1262 if (tx_queue->flushed != FLUSH_DONE)
1266 tx_queue->flushed = FLUSH_DONE;
1269 if (rx_queue->flushed != FLUSH_DONE)
1273 rx_queue->flushed = FLUSH_DONE;
H A Dnet_driver.h94 FLUSH_DONE, enumerator in enum:efx_flush_state

Completed in 113 milliseconds