Searched refs:SCB_LIST_NULL (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic7xxx_core.c | 611 if (scb->hscb->tag == SCB_LIST_NULL in ahc_queue_scb() 1819 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 1903 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 3928 tag = SCB_LIST_NULL; in ahc_parse_msg() 5937 prev = SCB_LIST_NULL; in ahc_search_qinfifo() 5939 while (next != SCB_LIST_NULL) { in ahc_search_qinfifo() 6115 prev = SCB_LIST_NULL; in ahc_search_disc_list() 6122 active_scb = SCB_LIST_NULL; in ahc_search_disc_list() 6124 while (next != SCB_LIST_NULL) { in ahc_search_disc_list() 6181 if (prev != SCB_LIST_NULL) { in ahc_rem_scb_from_disc_list() [all …]
|
| 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 …]
|
| A D | aic79xx_core.c | 1084 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); in ahd_unbusy_tcl() 2271 tag = SCB_LIST_NULL; in ahd_handle_seqint() 2948 next = SCB_LIST_NULL; in ahd_handle_pkt_busfree() 3052 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 3262 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() 5423 tag = SCB_LIST_NULL; in ahd_parse_msg() 7412 ahd->qinfifo[i] = SCB_LIST_NULL; in ahd_chip_init() 7967 || (tag == SCB_LIST_NULL)); in ahd_match_scb() 8211 tid_prev = SCB_LIST_NULL; in ahd_search_qinfifo() 8343 prev = SCB_LIST_NULL; in ahd_search_scb_list() [all …]
|
| A D | aic7xxx.seq | 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 .; 1845 cmp ARG_1, SCB_LIST_NULL je snoop_tag; 1929 mvi ARG_1, SCB_LIST_NULL; 2058 cmp ARG_2, SCB_LIST_NULL je rHead; 2350 mvi SCB_TAG, SCB_LIST_NULL; 2354 mvi SCB_TAG, SCB_LIST_NULL ret; [all …]
|
| A D | aic79xx.h | 66 #define SCB_LIST_NULL 0xFF00 macro 67 #define SCB_LIST_NULL_LE (ahd_htole16(SCB_LIST_NULL)) 69 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL)
|
| A D | aic7xxx_osm.c | 1248 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahc_platform_freeze_devq() 2002 CAM_LUN_WILDCARD, SCB_LIST_NULL, in ahc_linux_freeze_simq() 2112 SCB_LIST_NULL, ROLE_INITIATOR)) in ahc_linux_queue_recovery_cmd() 2265 cmd->device->lun, SCB_LIST_NULL, in ahc_linux_queue_recovery_cmd()
|
| A D | aic79xx_osm.c | 1381 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_platform_freeze_devq() 2314 SCB_LIST_NULL, ROLE_INITIATOR, in ahd_linux_queue_abort_cmd()
|
| A D | aic7xxx_reg.h_shipped | 889 #define SCB_LIST_NULL 0xff
|
| A D | aic7xxx.reg | 1726 const SCB_LIST_NULL 0xff
|
| A D | aic79xx.reg | 4205 #define SCB_LIST_NULL 0xff
|
Completed in 51 milliseconds