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

/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c218 priv->port_stats.queue_stopped = 0;
229 priv->port_stats.queue_stopped += ring->queue_stopped;
447 priv->port_stats.queue_stopped = 0;
456 priv->port_stats.queue_stopped += ring->queue_stopped;
H A Den.h302 u64 queue_stopped; member in struct:mlx4_en_tx_ring
H A Dmlx4_en_netdev.c2762 SYSCTL_ADD_U64(ctx, node_list, OID_AUTO, "queue_stopped", CTLFLAG_RD,
2763 &priv->port_stats.queue_stopped, 0, "Queue full");
/freebsd-current/sys/dev/mlx4/
H A Dstats.h96 u64 queue_stopped; member in struct:mlx4_en_port_stats
/freebsd-current/sys/contrib/dev/iwlwifi/queue/
H A Dtx.h32 if (test_and_clear_bit(txq->id, trans->txqs.queue_stopped)) {
63 if (!test_and_set_bit(txq->id, trans->txqs.queue_stopped)) {
H A Dtx.c1657 test_bit(txq_id, trans->txqs.queue_stopped)) {
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans-gen2.c338 memset(trans->txqs.queue_stopped, 0,
339 sizeof(trans->txqs.queue_stopped));
H A Dtx.c309 memset(trans->txqs.queue_stopped, 0,
310 sizeof(trans->txqs.queue_stopped));
446 memset(trans->txqs.queue_stopped, 0,
447 sizeof(trans->txqs.queue_stopped));
H A Dtrans.c2673 !!test_bit(state->pos, trans->txqs.queue_stopped));
/freebsd-current/sys/contrib/dev/rtw88/
H A Dpci.h190 bool queue_stopped; member in struct:rtw_pci_tx_ring
H A Dpci.c988 ring->queue_stopped = true;
1037 if (ring->queue_stopped &&
1041 ring->queue_stopped = false;
/freebsd-current/sys/dev/axgbe/
H A Dxgbe.h505 unsigned int queue_stopped; member in struct:xgbe_ring::__anon35::__anon36
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h1008 * @queue_stopped - bit mask of stopped queues
1014 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)]; member in struct:iwl_trans_txqs

Completed in 187 milliseconds