Searched refs:SCB_LIST_NULL (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 87 cmp COMPLETE_ON_QFREEZE_HEAD[1],SCB_LIST_NULL je idle_loop_checkbus; 93 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je join_lists; 98 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . - 1; 102 mvi COMPLETE_ON_QFREEZE_HEAD[1], SCB_LIST_NULL; 105 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus; 227 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . + 2; 228 mvi COMPLETE_DMA_SCB_TAIL[1], SCB_LIST_NULL; 238 mvi COMPLETE_SCB_DMAINPROG_HEAD[1], SCB_LIST_NULL; 251 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count; 252 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count; [all …]
|
H A D | aic79xx.c | 453 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL); in ahd_flush_qoutfifo() 531 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 532 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, SCB_LIST_NULL); in ahd_flush_qoutfifo() 549 ahd_outw(ahd, COMPLETE_ON_QFREEZE_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 566 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 905 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, in ahd_handle_hwerrint() 1423 tag = SCB_LIST_NULL; in ahd_handle_seqint() 2094 next = SCB_LIST_NULL; in ahd_handle_pkt_busfree() 2201 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 2254 CAM_LUN_WILDCARD, SCB_LIST_NULL, in ahd_handle_nonpkt_busfree() [all …]
|
H A D | aic7xxx_inline.h | 453 if (scb->hscb->tag == SCB_LIST_NULL in ahc_queue_scb() 454 || scb->hscb->next == SCB_LIST_NULL) in ahc_queue_scb() 549 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
|
H A D | aic79xx.h | 76 #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) 1387 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);
|
H A D | aic7xxx.seq | 60 * SCB_LIST_NULL is 0xff which is out of range. An entry is also added to 85 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting; 305 mvi CCSCBRAM, SCB_LIST_NULL; 307 mvi DFDAT, SCB_LIST_NULL; 500 mvi TARG_IMMEDIATE_SCB, SCB_LIST_NULL; 505 cmp TARG_IMMEDIATE_SCB, SCB_LIST_NULL je .; 1847 cmp ARG_1, SCB_LIST_NULL je snoop_tag; 1931 mvi ARG_1, SCB_LIST_NULL; 2049 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound; 2051 mvi ARG_2, SCB_LIST_NULL; /* Head of list */ [all …]
|
H A D | aic7xxx_reg.h | 1750 #define SCB_LIST_NULL 0xff macro
|
H A D | aic7xxx.reg | 1558 const SCB_LIST_NULL 0xff
|
H A D | aic79xx.reg | 3920 #define SCB_LIST_NULL 0xff
|