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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 54 milliseconds