Searched refs:queue_stopped (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | internal.h | 343 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()
|
D | tx.c | 661 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()
|
D | trans.c | 1954 !!test_bit(cnt, trans_pcie->queue_stopped), in iwl_dbgfs_tx_queue_read()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 37 unsigned long queue_stopped; member
|
D | en_port.c | 190 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()
|
D | mlx4_en.h | 274 unsigned long queue_stopped; member
|
D | en_tx.c | 937 ring->queue_stopped++; in mlx4_en_xmit()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 259 tmp += port->port_res[k].p_stats.queue_stopped; in ehea_get_ethtool_stats()
|
D | ehea.h | 334 int queue_stopped; member
|
D | ehea_main.c | 2118 pr->p_stats.queue_stopped++; in ehea_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 423 unsigned int queue_stopped; member
|
D | xgbe-drv.c | 242 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/ |
D | sis190.c | 692 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/ |
D | common.h | 1302 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()
|
D | debug.c | 873 !!test_bit(cnt, il->queue_stopped), in il_dbgfs_tx_queue_read()
|
D | 4965-mac.c | 5259 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped)); in il4965_alive_notify()
|