Searched refs:queue_stopped (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_port.c | 218 priv->port_stats.queue_stopped = 0; in mlx4_en_DUMP_ETH_STATS() 229 priv->port_stats.queue_stopped += ring->queue_stopped; in mlx4_en_DUMP_ETH_STATS() 459 priv->port_stats.queue_stopped = 0; in mlx4_en_get_vport_stats() 468 priv->port_stats.queue_stopped += ring->queue_stopped; in mlx4_en_get_vport_stats()
|
| H A D | en.h | 302 u64 queue_stopped; member
|
| H A D | mlx4_en_netdev.c | 2766 &priv->port_stats.queue_stopped, 0, "Queue full"); in mlx4_en_sysctl_stat()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.h | 32 if (test_and_clear_bit(txq->id, trans->txqs.queue_stopped)) { in iwl_wake_queue() 63 if (!test_and_set_bit(txq->id, trans->txqs.queue_stopped)) { in iwl_txq_stop()
|
| H A D | tx.c | 1626 test_bit(txq_id, trans->txqs.queue_stopped)) { in iwl_txq_reclaim()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | trans-gen2.c | 329 memset(trans->txqs.queue_stopped, 0, in iwl_trans_pcie_gen2_fw_alive() 330 sizeof(trans->txqs.queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
|
| H A D | tx.c | 309 memset(trans->txqs.queue_stopped, 0, in iwl_pcie_tx_start() 310 sizeof(trans->txqs.queue_stopped)); in iwl_pcie_tx_start() 446 memset(trans->txqs.queue_stopped, 0, in iwl_pcie_tx_stop() 447 sizeof(trans->txqs.queue_stopped)); in iwl_pcie_tx_stop()
|
| H A D | trans.c | 2632 !!test_bit(state->pos, trans->txqs.queue_stopped)); in iwl_dbgfs_tx_queue_seq_show()
|
| /freebsd-13.1/sys/dev/mlx4/ |
| H A D | stats.h | 96 u64 queue_stopped; member
|
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe.h | 507 unsigned int queue_stopped; member
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.h | 952 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member
|