Home
last modified time | relevance | path

Searched refs:SCB_LIST_NULL (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c2498 match = ((tag == scb->hscb->tag) || (tag == SCB_LIST_NULL)); in aic7xxx_match_scb()
2517 aic_outb(p, SCB_LIST_NULL, SCB_TAG); in aic7xxx_add_curscb_to_free_list()
2542 if (prev != SCB_LIST_NULL) in aic7xxx_rem_scb_from_disc_list()
2585 p->untagged_scbs[tcl] = SCB_LIST_NULL; in aic7xxx_index_busy_target()
2619 curindex = SCB_LIST_NULL; in aic7xxx_find_scb()
2783 scb->hscb->target_channel_lun = SCB_LIST_NULL; in aic7xxx_free_scb()
3209 if (prev == SCB_LIST_NULL) in aic7xxx_abort_waiting_scb()
3319 p->qinfifo[qinpos++] = SCB_LIST_NULL; in aic7xxx_search_qinfifo()
3341 while(p->qoutfifo[(p->qoutfifonext + i) & 0xff ] != SCB_LIST_NULL) in aic7xxx_scb_on_qoutfifo()
3441 if ( tag == SCB_LIST_NULL ) in aic7xxx_reset_device()
[all …]
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
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 ret;
[all …]
Daic7xxx_reg.h619 #define SCB_LIST_NULL 0xff macro
Daic7xxx.reg1366 const SCB_LIST_NULL 0xff
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c308 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo()
395 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, in ahc_handle_brkadrint()
1244 tag = SCB_LIST_NULL; in ahc_handle_scsiint()
1252 scb->hscb->tag, tag == SCB_LIST_NULL ? in ahc_handle_scsiint()
1271 SCB_LIST_NULL, in ahc_handle_scsiint()
1343 tag = SCB_LIST_NULL; in ahc_handle_scsiint()
3357 tag = SCB_LIST_NULL; in ahc_parse_msg()
3543 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahc_handle_msg_reject()
3736 CAM_LUN_WILDCARD, SCB_LIST_NULL, devinfo->role, in ahc_handle_devreset()
4238 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list()
[all …]
Daic7xxx_inline.h452 if (scb->hscb->tag == SCB_LIST_NULL in ahc_queue_scb()
453 || scb->hscb->next == SCB_LIST_NULL) in ahc_queue_scb()
548 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
Daic79xx.seq72 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus;
206 mvi COMPLETE_SCB_DMAINPROG_HEAD[1], SCB_LIST_NULL;
218 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count;
219 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count;
282 mvi SCB_NEXT[1], SCB_LIST_NULL;
283 mvi SCB_NEXT2[1], SCB_LIST_NULL;
299 cmp SCBPTR[1], SCB_LIST_NULL je first_new_target_scb;
302 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je first_new_scb;
319 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne dma_complete_scb;
320 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL je return;
[all …]
Daic79xx.h76 #define SCB_LIST_NULL 0xFF00 macro
77 #define SCB_LIST_NULL_LE (ahd_htole16(SCB_LIST_NULL))
80 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
1337 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); in ahd_unbusy_tcl()
Daic79xx_core.c423 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo()
440 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo()
521 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, in ahd_handle_hwerrint()
1051 tag = SCB_LIST_NULL; in ahd_handle_seqint()
1696 next = SCB_LIST_NULL; in ahd_handle_pkt_busfree()
1800 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree()
1854 CAM_LUN_WILDCARD, SCB_LIST_NULL, in ahd_handle_nonpkt_busfree()
1952 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_handle_nonpkt_busfree()
1973 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree()
4163 tag = SCB_LIST_NULL; in ahd_parse_msg()
[all …]
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 .;
1844 cmp ARG_1, SCB_LIST_NULL je snoop_tag;
1928 mvi ARG_1, SCB_LIST_NULL;
2046 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2048 mvi ARG_2, SCB_LIST_NULL; /* Head of list */
[all …]
Daic7xxx_osm.c2049 SCB_GET_LUN(scb), SCB_LIST_NULL,
2157 if (tag != SCB_LIST_NULL)
4651 CAM_LUN_WILDCARD, SCB_LIST_NULL,
4829 SCB_LIST_NULL, ROLE_INITIATOR))
4987 cmd->device->lun, SCB_LIST_NULL,
Daic79xx_osm.c1489 SCB_LIST_NULL, ROLE_INITIATOR,
2395 SCB_GET_LUN(scb), SCB_LIST_NULL,
2501 if (tag != SCB_LIST_NULL)
4977 CAM_LUN_WILDCARD, SCB_LIST_NULL,
Daic7xxx_reg.h1764 #define SCB_LIST_NULL 0xff macro
Daic7xxx.reg1559 const SCB_LIST_NULL 0xff
Daic79xx.reg3883 #define SCB_LIST_NULL 0xff