Home
last modified time | relevance | path

Searched refs:paused (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Daxq.c310 if (softsp->slotnum && softsp->paused && use_axq_iopause && in axq_attach()
313 softsp->paused = 0; in axq_attach()
575 softsp->paused = 1; in axq_detach()
857 softsp->paused = 1; in axq_iopause_enable_all()
881 softsp->paused) { in axq_iopause_disable_all()
883 softsp->paused = 0; in axq_iopause_disable_all()
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_xmit.c153 if (tid->paused) in arn_tx_queue_tid()
179 tid->paused++; in arn_tx_pause_tid()
190 ASSERT(tid->paused > 0); in arn_tx_resume_tid()
193 tid->paused--; in arn_tx_resume_tid()
195 if (tid->paused > 0) in arn_tx_resume_tid()
221 ASSERT(tid->paused > 0); in arn_tx_flush_tid()
224 tid->paused--; in arn_tx_flush_tid()
226 if (tid->paused > 0) { in arn_tx_flush_tid()
2396 tid->paused = B_FALSE; in arn_tx_node_init()
H A Darn_core.h504 int paused; member
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Daxq.h330 int paused; /* AXQ_DOMCTRL_PAUSE asserted */ member