flush_outstanding  434 drivers/net/ethernet/sfc/falcon/farch.c 	WARN_ON(atomic_read(&tx_queue->flush_outstanding));
flush_outstanding  435 drivers/net/ethernet/sfc/falcon/farch.c 	atomic_set(&tx_queue->flush_outstanding, 1);
flush_outstanding  633 drivers/net/ethernet/sfc/falcon/farch.c 			} else if (atomic_cmpxchg(&tx_queue->flush_outstanding,
flush_outstanding 1100 drivers/net/ethernet/sfc/falcon/farch.c 		if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) {
flush_outstanding  248 drivers/net/ethernet/sfc/falcon/net_driver.h 	atomic_t flush_outstanding;
flush_outstanding  422 drivers/net/ethernet/sfc/farch.c 	WARN_ON(atomic_read(&tx_queue->flush_outstanding));
flush_outstanding  423 drivers/net/ethernet/sfc/farch.c 	atomic_set(&tx_queue->flush_outstanding, 1);
flush_outstanding  615 drivers/net/ethernet/sfc/farch.c 			} else if (atomic_cmpxchg(&tx_queue->flush_outstanding,
flush_outstanding 1088 drivers/net/ethernet/sfc/farch.c 		if (atomic_cmpxchg(&tx_queue->flush_outstanding, 1, 0)) {
flush_outstanding  286 drivers/net/ethernet/sfc/net_driver.h 	atomic_t flush_outstanding;