Searched refs:SCB_LIST_NULL (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 611 if (scb->hscb->tag == SCB_LIST_NULL in ahc_queue_scb() 612 || scb->hscb->next == SCB_LIST_NULL) in ahc_queue_scb() 702 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues() 882 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo() 969 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, in ahc_handle_brkadrint() 1819 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 1827 scb->hscb->tag, 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() 4114 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahc_handle_msg_reject() [all …]
|
D | aic79xx.seq | 89 cmp COMPLETE_ON_QFREEZE_HEAD[1],SCB_LIST_NULL je idle_loop_checkbus; 95 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL je join_lists; 100 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . - 1; 104 mvi COMPLETE_ON_QFREEZE_HEAD[1], SCB_LIST_NULL; 107 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus; 229 cmp SCB_NEXT_COMPLETE[1], SCB_LIST_NULL jne . + 2; 230 mvi COMPLETE_DMA_SCB_TAIL[1], SCB_LIST_NULL; 240 mvi COMPLETE_SCB_DMAINPROG_HEAD[1], SCB_LIST_NULL; 253 cmp COMPLETE_DMA_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count; 254 cmp COMPLETE_SCB_HEAD[1], SCB_LIST_NULL jne coalesce_by_count; [all …]
|
D | aic79xx_core.c | 1084 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); in ahd_unbusy_tcl() 1267 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL); in ahd_flush_qoutfifo() 1345 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 1346 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, SCB_LIST_NULL); in ahd_flush_qoutfifo() 1363 ahd_outw(ahd, COMPLETE_ON_QFREEZE_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 1380 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() 1718 CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN, in ahd_handle_hwerrint() 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() [all …]
|
D | aic7xxx.seq | 62 * SCB_LIST_NULL is 0xff which is out of range. An entry is also added to 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; 2047 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound; 2049 mvi ARG_2, SCB_LIST_NULL; /* Head of list */ [all …]
|
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)
|
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()
|
D | aic79xx_osm.c | 1377 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_platform_freeze_devq() 2310 SCB_LIST_NULL, ROLE_INITIATOR, in ahd_linux_queue_abort_cmd()
|
D | aic7xxx_reg.h_shipped | 889 #define SCB_LIST_NULL 0xff
|
D | aic7xxx.reg | 1726 const SCB_LIST_NULL 0xff
|
D | aic79xx.reg | 4205 #define SCB_LIST_NULL 0xff
|