Searched refs:paused (Results 1 – 4 of 4) sorted by relevance
310 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()
153 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()
504 int paused; member
330 int paused; /* AXQ_DOMCTRL_PAUSE asserted */ member