HomeSort by: relevance | last modified time | path
    Searched refs:SCB_LIST_NULL (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 74 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus;
208 mvi COMPLETE_SCB_DMAINPROG_HEAD[1], SCB_LIST_NULL;
220 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count;
221 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count;
284 mvi SCB_NEXT[1], SCB_LIST_NULL;
285 mvi SCB_NEXT2[1], SCB_LIST_NULL;
301 cmp SCBPTR[1], SCB_LIST_NULL je first_new_target_scb;
304 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je first_new_scb;
321 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne dma_complete_scb;
322 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL je return
    [all...]
aic7xxx.seq 62 * SCB_LIST_NULL is 0xff which is out of range. An entry is also added to
86 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
305 mvi CCSCBRAM, SCB_LIST_NULL;
307 mvi DFDAT, SCB_LIST_NULL;
498 mvi TARG_IMMEDIATE_SCB, SCB_LIST_NULL;
503 cmp TARG_IMMEDIATE_SCB, SCB_LIST_NULL je .;
1848 cmp ARG_1, SCB_LIST_NULL je snoop_tag;
1932 mvi ARG_1, SCB_LIST_NULL;
2050 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2052 mvi ARG_2, SCB_LIST_NULL; /* Head of list *
    [all...]
aic7xxx.reg 1568 const SCB_LIST_NULL 0xff
aic7xxx_reg.h 1760 #define SCB_LIST_NULL 0xff
aic79xx.reg 3885 #define SCB_LIST_NULL 0xff
  /src/sys/dev/ic/
aic7xxx.c 331 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
419 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
1255 tag = SCB_LIST_NULL;
1263 scb->hscb->tag, tag == SCB_LIST_NULL ?
1282 SCB_LIST_NULL,
1349 tag = SCB_LIST_NULL;
3350 tag = SCB_LIST_NULL;
3543 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
3738 CAM_LUN_WILDCARD, SCB_LIST_NULL, devinfo->role,
4155 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
    [all...]
aic7xxx_inline.h 455 if (scb->hscb->tag == SCB_LIST_NULL
456 || scb->hscb->next == SCB_LIST_NULL)
560 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
aic79xxvar.h 81 #define SCB_LIST_NULL 0xFF00
82 #define SCB_LIST_NULL_LE (ahd_htole16(SCB_LIST_NULL))
85 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
1354 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);
aic79xx.c 521 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
538 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
866 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
1399 tag = SCB_LIST_NULL;
2046 next = SCB_LIST_NULL;
2150 tag = SCB_LIST_NULL;
2204 CAM_LUN_WILDCARD, SCB_LIST_NULL,
2302 SCB_GET_LUN(scb), SCB_LIST_NULL,
2323 tag = SCB_LIST_NULL;
4517 tag = SCB_LIST_NULL;
    [all...]
aic7xxx_osm.c 1029 SCB_LIST_NULL,

Completed in 31 milliseconds