Lines Matching refs:slotnum
310 if (softsp->slotnum && softsp->paused && use_axq_iopause && in axq_attach()
343 softsp->slotnum = softsp->portid & 0x1; in axq_attach()
398 ASSERT(axq_array[softsp->expid][softsp->slotnum] == NULL); in axq_attach()
399 axq_array[softsp->expid][softsp->slotnum] = softsp; in axq_attach()
423 if (softsp->slotnum == 0) { in axq_init()
489 if (softsp->slotnum == 0) { in axq_init()
546 if (softsp->slotnum && use_axq_iopause && axq_suspend_iopause) { in axq_detach()
554 softsp->slotnum, i); in axq_detach()
581 ASSERT(axq_array[softsp->expid][softsp->slotnum] in axq_detach()
583 axq_array[softsp->expid][softsp->slotnum] = NULL; in axq_detach()
842 softsp->slotnum, j); in axq_iopause_enable_all()
896 ASSERT(softsp->slotnum == SLOT1_AXQ); in axq_slot1_idle()