Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c218 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()
447 priv->port_stats.queue_stopped = 0; in mlx4_en_get_vport_stats()
456 priv->port_stats.queue_stopped += ring->queue_stopped; in mlx4_en_get_vport_stats()
H A Den.h302 u64 queue_stopped; member
H A Dmlx4_en_netdev.c2758 &priv->port_stats.queue_stopped, 0, "Queue full"); in mlx4_en_sysctl_stat()
/freebsd-14.2/sys/contrib/dev/iwlwifi/queue/
H A Dtx.h32 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 Dtx.c1657 test_bit(txq_id, trans->txqs.queue_stopped)) { in iwl_txq_reclaim()
/freebsd-14.2/sys/dev/mlx4/
H A Dstats.h96 u64 queue_stopped; member
/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c338 memset(trans->txqs.queue_stopped, 0, in iwl_trans_pcie_gen2_fw_alive()
339 sizeof(trans->txqs.queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
H A Dtx.c309 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 Dtrans.c2673 !!test_bit(state->pos, trans->txqs.queue_stopped)); in iwl_dbgfs_tx_queue_seq_show()
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dpci.h190 bool queue_stopped; member
H A Dpci.c988 ring->queue_stopped = true; in rtw_pci_tx_write()
1037 if (ring->queue_stopped && in rtw_pci_tx_isr()
1041 ring->queue_stopped = false; in rtw_pci_tx_isr()
/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe.h505 unsigned int queue_stopped; member
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h1014 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member