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

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c655 q->txq_stopped = 0;
1249 set_bit(TXQ_ETH, &qs->txq_stopped);
1311 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) {
1429 set_bit(qid, &qs->txq_stopped);
1433 test_and_clear_bit(qid, &qs->txq_stopped))
1543 set_bit(TXQ_CTRL, &qs->txq_stopped);
1547 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped))
1758 set_bit(TXQ_OFLD, &qs->txq_stopped);
1762 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped))
1987 if (test_bit(TXQ_ETH, &qs->txq_stopped)
[all...]
H A Dadapter.h209 unsigned long txq_stopped; /* which Tx queues are stopped */ member in struct:sge_qset
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1361 bool txq_stopped; local
1446 txq_stopped = netif_tx_queue_stopped(net_txq);
1448 /* Ensure checking txq_stopped before apc->port_is_up. */
1451 if (txq_stopped && apc->port_is_up && avail_space >= MAX_TX_WQE_SIZE) {
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c3504 bool txq_stopped; local
3521 txq_stopped = netif_tx_queue_stopped(txq);
3533 txq_stopped ? "stopped" : "active",

Completed in 141 milliseconds