Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq87 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 Daic79xx.c453 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 Daic7xxx_inline.h453 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 Daic79xx.h76 #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 Daic7xxx.seq60 * 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 Daic7xxx_reg.h1750 #define SCB_LIST_NULL 0xff macro
H A Daic7xxx.reg1558 const SCB_LIST_NULL 0xff
H A Daic79xx.reg3920 #define SCB_LIST_NULL 0xff