Searched refs:SCB_LIST_NULL (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 1264 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 1291 SCB_LIST_NULL, in ahc_handle_scsiint() 1363 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 3436 tag = SCB_LIST_NULL; in ahc_parse_msg() 5551 prev = SCB_LIST_NULL; in ahc_search_qinfifo() 5553 while (next != SCB_LIST_NULL) { in ahc_search_qinfifo() 5725 prev = SCB_LIST_NULL; in ahc_search_disc_list() 5732 active_scb = SCB_LIST_NULL; in ahc_search_disc_list() 5791 if (prev != SCB_LIST_NULL) { in ahc_rem_scb_from_disc_list() 5843 if (prev == SCB_LIST_NULL) { in ahc_rem_wscb() [all …]
|
| H A D | aic79xx.seq | 104 mvi COMPLETE_ON_QFREEZE_HEAD[1], SCB_LIST_NULL; 230 mvi COMPLETE_DMA_SCB_TAIL[1], SCB_LIST_NULL; 320 mvi SCB_NEXT[1], SCB_LIST_NULL; 321 mvi SCB_NEXT2[1], SCB_LIST_NULL; 469 mvi SCB_NEXT_COMPLETE[1], SCB_LIST_NULL ret; 719 cmp NEXTSCB[1], SCB_LIST_NULL jne use_lastscb; 783 mvi DINDIR, SCB_LIST_NULL; 788 mvi WAITING_TID_TAIL[1], SCB_LIST_NULL; 1101 cmp REG0[1], SCB_LIST_NULL je snoop_tag; 1269 mvi SCB_NEXT_COMPLETE[1], SCB_LIST_NULL; [all …]
|
| 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() 551 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
|
| H A D | aic79xx.c | 1431 tag = SCB_LIST_NULL; in ahd_handle_seqint() 2102 next = SCB_LIST_NULL; in ahd_handle_pkt_busfree() 2209 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 2420 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 4621 tag = SCB_LIST_NULL; in ahd_parse_msg() 6710 ahd->qinfifo[i] = SCB_LIST_NULL; in ahd_chip_init() 7259 || (tag == SCB_LIST_NULL)); in ahd_match_scb() 7263 || (tag == SCB_LIST_NULL)); in ahd_match_scb() 7504 tid_prev = SCB_LIST_NULL; in ahd_search_qinfifo() 7634 prev = SCB_LIST_NULL; in ahd_search_scb_list() [all …]
|
| H A D | aic79xx.h | 78 #define SCB_LIST_NULL 0xFF00 macro 79 #define SCB_LIST_NULL_LE (aic_htole16(SCB_LIST_NULL)) 81 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) 1393 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); in ahd_unbusy_tcl()
|
| H A D | aic7xxx.seq | 87 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting; 307 mvi CCSCBRAM, SCB_LIST_NULL; 309 mvi DFDAT, SCB_LIST_NULL; 502 mvi TARG_IMMEDIATE_SCB, SCB_LIST_NULL; 507 cmp TARG_IMMEDIATE_SCB, SCB_LIST_NULL je .; 1849 cmp ARG_1, SCB_LIST_NULL je snoop_tag; 1933 mvi ARG_1, SCB_LIST_NULL; 2062 cmp ARG_2, SCB_LIST_NULL je rHead; 2354 mvi SCB_TAG, SCB_LIST_NULL; 2358 mvi SCB_TAG, SCB_LIST_NULL ret; [all …]
|
| H A D | aic7xxx_reg.h | 1752 #define SCB_LIST_NULL 0xff macro
|
| H A D | aic7xxx.reg | 1560 const SCB_LIST_NULL 0xff
|
| H A D | aic79xx.reg | 3922 #define SCB_LIST_NULL 0xff
|