Home
last modified time | relevance | path

Searched refs:queue_stopped (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dinternal.h343 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_HW_QUEUES)]; member
495 if (test_and_clear_bit(txq->q.id, trans_pcie->queue_stopped)) { in iwl_wake_queue()
506 if (!test_and_set_bit(txq->q.id, trans_pcie->queue_stopped)) { in iwl_stop_queue()
Dtx.c661 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_pcie_tx_start()
786 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped)); in iwl_pcie_tx_stop()
Dtrans.c1954 !!test_bit(cnt, trans_pcie->queue_stopped), in iwl_dbgfs_tx_queue_read()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h37 unsigned long queue_stopped; member
Den_port.c190 priv->port_stats.queue_stopped = 0; in mlx4_en_DUMP_ETH_STATS()
201 priv->port_stats.queue_stopped += ring->queue_stopped; in mlx4_en_DUMP_ETH_STATS()
Dmlx4_en.h274 unsigned long queue_stopped; member
Den_tx.c937 ring->queue_stopped++; in mlx4_en_xmit()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c259 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
Dehea.h334 int queue_stopped; member
Dehea_main.c2118 pr->p_stats.queue_stopped++; in ehea_start_xmit()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe.h423 unsigned int queue_stopped; member
Dxgbe-drv.c242 ring->tx.queue_stopped = 1; in xgbe_maybe_stop_tx_queue()
1862 if ((ring->tx.queue_stopped == 1) && in xgbe_tx_poll()
1864 ring->tx.queue_stopped = 0; in xgbe_tx_poll()
/linux-4.4.14/drivers/net/ethernet/sis/
Dsis190.c692 unsigned int queue_stopped; in sis190_tx_interrupt() local
696 queue_stopped = (pending == NUM_TX_DESC); in sis190_tx_interrupt()
723 if (queue_stopped) in sis190_tx_interrupt()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.h1302 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)]; member
2297 if (test_and_clear_bit(hwq, il->queue_stopped)) in il_wake_queue()
2308 if (!test_and_set_bit(hwq, il->queue_stopped)) in il_stop_queue()
Ddebug.c873 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
D4965-mac.c5259 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()