Searched refs:SCB_LIST_NULL (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic79xx.seq89 cmp COMPLETE_ON_QFREEZE_HEAD[1],SCB_LIST_NULL je idle_loop_checkbus;
95 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je join_lists;
100 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . - 1;
104 mvi COMPLETE_ON_QFREEZE_HEAD[1], SCB_LIST_NULL;
107 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus;
229 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . + 2;
230 mvi COMPLETE_DMA_SCB_TAIL[1], SCB_LIST_NULL;
240 mvi COMPLETE_SCB_DMAINPROG_HEAD[1], SCB_LIST_NULL;
253 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count;
254 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL jn
[all...]
H A Daic7xxx.seq62 * SCB_LIST_NULL is 0xff which is out of range. An entry is also added to
87 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
307 mvi CCSCBRAM, SCB_LIST_NULL;
309 mvi DFDAT, SCB_LIST_NULL;
502 mvi TARG_IMMEDIATE_SCB, SCB_LIST_NULL;
507 cmp TARG_IMMEDIATE_SCB, SCB_LIST_NULL je .;
1849 cmp ARG_1, SCB_LIST_NULL je snoop_tag;
1933 mvi ARG_1, SCB_LIST_NULL;
2051 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2053 mvi ARG_2, SCB_LIST_NULL; /* Hea
[all...]
H A Daic7xxx.c319 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
410 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
1265 tag = SCB_LIST_NULL;
1273 scb->hscb->tag, tag == SCB_LIST_NULL ?
1292 SCB_LIST_NULL,
1364 tag = SCB_LIST_NULL;
3449 tag = SCB_LIST_NULL;
3635 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
3828 CAM_LUN_WILDCARD, SCB_LIST_NULL, devinfo->role,
4309 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
[all...]
H A Daic7xxx_inline.h453 if (scb->hscb->tag == SCB_LIST_NULL
454 || scb->hscb->next == SCB_LIST_NULL)
549 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
H A Daic79xx.h76 #define SCB_LIST_NULL 0xFF00 macro
77 #define SCB_LIST_NULL_LE (aic_htole16(SCB_LIST_NULL))
79 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
1391 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);
H A Daic79xx.c459 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL);
538 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
539 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, SCB_LIST_NULL);
557 ahd_outw(ahd, COMPLETE_ON_QFREEZE_HEAD, SCB_LIST_NULL);
575 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
916 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
1437 tag = SCB_LIST_NULL;
2116 next = SCB_LIST_NULL;
2223 tag = SCB_LIST_NULL;
2277 CAM_LUN_WILDCARD, SCB_LIST_NULL,
[all...]
H A Daic7xxx.reg1560 const SCB_LIST_NULL 0xff
H A Daic7xxx_reg.h1754 #define SCB_LIST_NULL 0xff macro
H A Daic79xx.reg3922 #define SCB_LIST_NULL 0xff

Completed in 108 milliseconds