Searched refs:SCB_LIST_NULL (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxx.c | 331 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo() 419 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, in ahc_handle_brkadrint() 1255 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 1263 scb->hscb->tag, tag == SCB_LIST_NULL ? in ahc_handle_scsiint() 1282 SCB_LIST_NULL, in ahc_handle_scsiint() 1349 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 3350 tag = SCB_LIST_NULL; in ahc_parse_msg() 3543 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahc_handle_msg_reject() 3738 CAM_LUN_WILDCARD, SCB_LIST_NULL, devinfo->role, in ahc_handle_devreset() 4155 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list() [all …]
|
H A D | aic79xxvar.h | 81 #define SCB_LIST_NULL 0xFF00 macro 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); in ahd_unbusy_tcl()
|
H A D | aic7xxx_inline.h | 455 if (scb->hscb->tag == SCB_LIST_NULL in ahc_queue_scb() 456 || scb->hscb->next == SCB_LIST_NULL) in ahc_queue_scb() 560 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
|
H A D | aic79xx.c | 521 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 538 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 866 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, in ahd_handle_hwerrint() 1399 tag = SCB_LIST_NULL; in ahd_handle_seqint() 2046 next = SCB_LIST_NULL; in ahd_handle_pkt_busfree() 2150 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 2204 CAM_LUN_WILDCARD, SCB_LIST_NULL, in ahd_handle_nonpkt_busfree() 2302 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_handle_nonpkt_busfree() 2323 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 4517 tag = SCB_LIST_NULL; in ahd_parse_msg() [all …]
|
H A D | aic7xxx_osm.c | 1029 SCB_LIST_NULL, in ahc_timeout()
|
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | 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 …]
|
H A D | 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 …]
|
H A D | aic7xxx_reg.h | 1760 #define SCB_LIST_NULL 0xff macro
|
H A D | aic7xxx.reg | 1568 const SCB_LIST_NULL 0xff
|
H A D | aic79xx.reg | 3885 #define SCB_LIST_NULL 0xff
|