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

/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c151 priv->port_stats.queue_stopped = 0;
162 priv->port_stats.queue_stopped += ring->queue_stopped;
H A Dmlx4_en.h274 unsigned long queue_stopped; member in struct:mlx4_en_tx_ring
440 unsigned long queue_stopped; member in struct:mlx4_en_port_stats
H A Den_tx.c918 ring->queue_stopped++;
/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h293 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_HW_QUEUES)]; member in struct:iwl_trans_pcie
437 if (test_and_clear_bit(txq->q.id, trans_pcie->queue_stopped)) {
448 if (!test_and_set_bit(txq->q.id, trans_pcie->queue_stopped)) {
H A Dtx.c659 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped));
761 memset(trans_pcie->queue_stopped, 0, sizeof(trans_pcie->queue_stopped));
H A Dtrans.c1585 !!test_bit(cnt, trans_pcie->queue_stopped),
/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c259 tmp += port->port_res[k].p_stats.queue_stopped;
H A Dehea.h334 int queue_stopped; member in struct:port_stats
H A Dehea_main.c2118 pr->p_stats.queue_stopped++;
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c269 ring->tx.queue_stopped = 0;
H A Dxgbe.h309 unsigned int queue_stopped; member in struct:xgbe_ring::__anon2733::__anon2734
H A Dxgbe-drv.c1240 ring->tx.queue_stopped = 1;
1576 if ((ring->tx.queue_stopped == 1) &&
1578 ring->tx.queue_stopped = 0;
/drivers/net/ethernet/sis/
H A Dsis190.c692 unsigned int queue_stopped; local
696 queue_stopped = (pending == NUM_TX_DESC);
723 if (queue_stopped)
/drivers/net/wireless/iwlegacy/
H A Dcommon.h1302 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)]; member in struct:il_priv
2297 if (test_and_clear_bit(hwq, il->queue_stopped))
2308 if (!test_and_set_bit(hwq, il->queue_stopped))
H A Ddebug.c877 !!test_bit(cnt, il->queue_stopped),
H A D4965-mac.c5259 memset(&il->queue_stopped[0], 0, sizeof(il->queue_stopped));

Completed in 175 milliseconds