Searched refs:SCB_LIST_NULL (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 1263 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 1290 SCB_LIST_NULL, in ahc_handle_scsiint() 1362 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 3435 tag = SCB_LIST_NULL; in ahc_parse_msg() 5543 prev = SCB_LIST_NULL; in ahc_search_qinfifo() 5545 while (next != SCB_LIST_NULL) { in ahc_search_qinfifo() 5717 prev = SCB_LIST_NULL; in ahc_search_disc_list() 5724 active_scb = SCB_LIST_NULL; in ahc_search_disc_list() 5783 if (prev != SCB_LIST_NULL) { in ahc_rem_scb_from_disc_list() 5835 if (prev == SCB_LIST_NULL) { in ahc_rem_wscb() [all …]
|
| H A D | aic79xx.seq | 102 mvi COMPLETE_ON_QFREEZE_HEAD[1], SCB_LIST_NULL; 228 mvi COMPLETE_DMA_SCB_TAIL[1], SCB_LIST_NULL; 318 mvi SCB_NEXT[1], SCB_LIST_NULL; 319 mvi SCB_NEXT2[1], SCB_LIST_NULL; 467 mvi SCB_NEXT_COMPLETE[1], SCB_LIST_NULL ret; 717 cmp NEXTSCB[1], SCB_LIST_NULL jne use_lastscb; 781 mvi DINDIR, SCB_LIST_NULL; 786 mvi WAITING_TID_TAIL[1], SCB_LIST_NULL; 1099 cmp REG0[1], SCB_LIST_NULL je snoop_tag; 1267 mvi SCB_NEXT_COMPLETE[1], SCB_LIST_NULL; [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.c | 1430 tag = SCB_LIST_NULL; in ahd_handle_seqint() 2101 next = SCB_LIST_NULL; in ahd_handle_pkt_busfree() 2208 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 2419 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 4620 tag = SCB_LIST_NULL; in ahd_parse_msg() 6700 ahd->qinfifo[i] = SCB_LIST_NULL; in ahd_chip_init() 7249 || (tag == SCB_LIST_NULL)); in ahd_match_scb() 7253 || (tag == SCB_LIST_NULL)); in ahd_match_scb() 7494 tid_prev = SCB_LIST_NULL; in ahd_search_qinfifo() 7624 prev = SCB_LIST_NULL; in ahd_search_scb_list() [all …]
|
| 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) 1391 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); in ahd_unbusy_tcl()
|
| H A D | aic7xxx.seq | 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; 2060 cmp ARG_2, SCB_LIST_NULL je rHead; 2352 mvi SCB_TAG, SCB_LIST_NULL; 2356 mvi SCB_TAG, SCB_LIST_NULL ret; [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
|