Searched refs:queue_stopped (Results 1 – 13 of 13) sorted by relevance
/freebsd/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() 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 D | en.h | 302 u64 queue_stopped; member
|
H A D | mlx4_en_netdev.c | 2758 &priv->port_stats.queue_stopped, 0, "Queue full"); in mlx4_en_sysctl_stat()
|
/freebsd/sys/contrib/dev/iwlwifi/queue/ |
H A D | tx.h |
|
H A D | tx.c |
|
/freebsd/sys/dev/mlx4/ |
H A D | stats.h | 96 u64 queue_stopped; member
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans-gen2.c | 352 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_trans_pcie_gen2_fw_alive() 353 sizeof(trans_pcie->txqs.queue_stopped)); in iwl_trans_pcie_gen2_fw_alive()
|
H A D | tx.c | 493 memset(trans_pcie->txqs.queue_stopped, 0, 494 sizeof(trans_pcie->txqs.queue_stopped)); 631 memset(trans_pcie->txqs.queue_stopped, 0, in iwl_pcie_tx_init() 632 sizeof(trans_pcie->txqs.queue_stopped)); 2430 test_bit(txq_id, trans_pcie->txqs.queue_stopped)) {
|
H A D | trans.c | 2718 !!test_bit(state->pos, trans_pcie->txqs.queue_stopped)); in iwl_dbgfs_rx_queue_read()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | pci.h | 190 bool queue_stopped; member
|
H A D | pci.c | 989 ring->queue_stopped = true; in rtw_pci_tx_write() 1038 if (ring->queue_stopped && in rtw_pci_tx_isr() 1042 ring->queue_stopped = false; in rtw_pci_tx_isr()
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe.h | 505 unsigned int queue_stopped; member
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-trans.h | 1014 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; global() member
|