Searched refs:SCB_LIST_NULL (Results 1 - 8 of 8) sorted by path

/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.reg4205 #define SCB_LIST_NULL 0xff
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
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 .;
1845 cmp ARG_1, SCB_LIST_NULL je snoop_tag;
1929 mvi ARG_1, SCB_LIST_NULL;
2047 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2049 mvi ARG_2, SCB_LIST_NULL; /* Hea
[all...]
H A Daic79xx.h66 #define SCB_LIST_NULL 0xFF00 macro
67 #define SCB_LIST_NULL_LE (ahd_htole16(SCB_LIST_NULL))
69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
H A Daic79xx_core.c1084 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);
1267 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL);
1345 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
1346 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, SCB_LIST_NULL);
1363 ahd_outw(ahd, COMPLETE_ON_QFREEZE_HEAD, SCB_LIST_NULL);
1380 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
1718 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
2271 tag = SCB_LIST_NULL;
2948 next = SCB_LIST_NULL;
3052 tag = SCB_LIST_NULL;
[all...]
H A Daic79xx_osm.c1382 SCB_GET_LUN(scb), SCB_LIST_NULL,
2324 SCB_LIST_NULL, ROLE_INITIATOR,
H A Daic7xxx_core.c611 if (scb->hscb->tag == SCB_LIST_NULL
612 || scb->hscb->next == SCB_LIST_NULL)
702 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
882 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
969 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
1819 tag = SCB_LIST_NULL;
1827 scb->hscb->tag, tag == SCB_LIST_NULL ?
1903 tag = SCB_LIST_NULL;
3928 tag = SCB_LIST_NULL;
4114 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
[all...]
H A Daic7xxx_osm.c1256 SCB_GET_LUN(scb), SCB_LIST_NULL,
2010 CAM_LUN_WILDCARD, SCB_LIST_NULL,
2122 SCB_LIST_NULL, ROLE_INITIATOR)) {
2278 (u8)sdev->lun, SCB_LIST_NULL,

Completed in 288 milliseconds