txq_stopped 3021 drivers/net/ethernet/broadcom/genet/bcmgenet.c bool txq_stopped; txq_stopped 3038 drivers/net/ethernet/broadcom/genet/bcmgenet.c txq_stopped = netif_tx_queue_stopped(txq); txq_stopped 3050 drivers/net/ethernet/broadcom/genet/bcmgenet.c txq_stopped ? "stopped" : "active", txq_stopped 209 drivers/net/ethernet/chelsio/cxgb3/adapter.h unsigned long txq_stopped; /* which Tx queues are stopped */ txq_stopped 659 drivers/net/ethernet/chelsio/cxgb3/sge.c q->txq_stopped = 0; txq_stopped 1252 drivers/net/ethernet/chelsio/cxgb3/sge.c set_bit(TXQ_ETH, &qs->txq_stopped); txq_stopped 1314 drivers/net/ethernet/chelsio/cxgb3/sge.c test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { txq_stopped 1432 drivers/net/ethernet/chelsio/cxgb3/sge.c set_bit(qid, &qs->txq_stopped); txq_stopped 1436 drivers/net/ethernet/chelsio/cxgb3/sge.c test_and_clear_bit(qid, &qs->txq_stopped)) txq_stopped 1545 drivers/net/ethernet/chelsio/cxgb3/sge.c set_bit(TXQ_CTRL, &qs->txq_stopped); txq_stopped 1549 drivers/net/ethernet/chelsio/cxgb3/sge.c test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) txq_stopped 1757 drivers/net/ethernet/chelsio/cxgb3/sge.c set_bit(TXQ_OFLD, &qs->txq_stopped); txq_stopped 1761 drivers/net/ethernet/chelsio/cxgb3/sge.c test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) txq_stopped 1986 drivers/net/ethernet/chelsio/cxgb3/sge.c if (test_bit(TXQ_ETH, &qs->txq_stopped) && txq_stopped 1988 drivers/net/ethernet/chelsio/cxgb3/sge.c test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) { txq_stopped 1994 drivers/net/ethernet/chelsio/cxgb3/sge.c if (test_bit(TXQ_OFLD, &qs->txq_stopped) && txq_stopped 1996 drivers/net/ethernet/chelsio/cxgb3/sge.c test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { txq_stopped 2000 drivers/net/ethernet/chelsio/cxgb3/sge.c if (test_bit(TXQ_CTRL, &qs->txq_stopped) && txq_stopped 2002 drivers/net/ethernet/chelsio/cxgb3/sge.c test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) { txq_stopped 2454 drivers/net/ethernet/chelsio/cxgb3/sge.c if (unlikely(qs->txq_stopped != 0)) txq_stopped 2563 drivers/net/ethernet/chelsio/cxgb3/sge.c if (unlikely(qs->txq_stopped != 0))