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

/drivers/scsi/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
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 Daic7xxx_core.c618 if (scb->hscb->tag == SCB_LIST_NULL
619 || scb->hscb->next == SCB_LIST_NULL)
709 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL)
889 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) {
976 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
1827 tag = SCB_LIST_NULL;
1835 scb->hscb->tag, tag == SCB_LIST_NULL ?
1854 SCB_LIST_NULL,
1926 tag = SCB_LIST_NULL;
3953 tag = SCB_LIST_NULL;
[all...]
H A Daic79xx_core.c1092 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);
1275 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL);
1353 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
1354 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, SCB_LIST_NULL);
1371 ahd_outw(ahd, COMPLETE_ON_QFREEZE_HEAD, SCB_LIST_NULL);
1388 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
1726 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
2291 tag = SCB_LIST_NULL;
2967 next = SCB_LIST_NULL;
3071 tag = SCB_LIST_NULL;
[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 Daic7xxx_osm.c1278 SCB_GET_LUN(scb), SCB_LIST_NULL,
2050 CAM_LUN_WILDCARD, SCB_LIST_NULL,
2160 SCB_LIST_NULL, ROLE_INITIATOR))
2312 cmd->device->lun, SCB_LIST_NULL,
H A Daic79xx_osm.c1398 SCB_GET_LUN(scb), SCB_LIST_NULL,
2355 SCB_LIST_NULL, ROLE_INITIATOR,
H A Daic7xxx.reg1726 const SCB_LIST_NULL 0xff
H A Daic7xxx_reg.h_shipped889 #define SCB_LIST_NULL 0xff
H A Daic79xx.reg4205 #define SCB_LIST_NULL 0xff
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq53 * SCB_LIST_NULL is 0xff which is out of range. An entry is also added to
95 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
852 mvi SCB_LIST_NULL call post_byte;
947 mvi ARG_2, SCB_LIST_NULL; /* SCBID of prev SCB in disc List */
949 cmp ARG_1, SCB_LIST_NULL je snoop_tag;
1153 * Locate a disconnected SCB either by SAVED_TCL (ARG_1 is SCB_LIST_NULL)
1156 * the SCB cannot be found, SINDEX will be SCB_LIST_NULL, otherwise, SCBPTR
1161 cmp ARG_1, SCB_LIST_NULL jne findSCB_by_SCBID;
1169 cmp SCB_NEXT, SCB_LIST_NULL je notFound;
1176 mvi SINDEX, SCB_LIST_NULL re
[all...]
H A Daic7xxx_reg.h619 #define SCB_LIST_NULL 0xff macro
H A Daic7xxx.reg1366 const SCB_LIST_NULL 0xff
/drivers/scsi/
H A Daic7xxx_old.c2393 match = ((tag == scb->hscb->tag) || (tag == SCB_LIST_NULL));
2412 aic_outb(p, SCB_LIST_NULL, SCB_TAG);
2437 if (prev != SCB_LIST_NULL)
2480 p->untagged_scbs[tcl] = SCB_LIST_NULL;
2492 * SCB_LIST_NULL if unsuccessful. This routine assumes that the
2514 curindex = SCB_LIST_NULL;
2630 aic7xxx_position(cmd) = SCB_LIST_NULL;
2672 scb->hscb->target_channel_lun = SCB_LIST_NULL;
2950 if (prev == SCB_LIST_NULL)
3060 p->qinfifo[qinpos++] = SCB_LIST_NULL;
[all...]

Completed in 99 milliseconds