/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A 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() 1820 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 1828 scb->hscb->tag, tag == SCB_LIST_NULL ? in ahc_handle_scsiint() 1904 tag = SCB_LIST_NULL; in ahc_handle_scsiint() 3930 tag = SCB_LIST_NULL; in ahc_parse_msg() 4116 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahc_handle_msg_reject() [all...] |
H A 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() 2272 tag = SCB_LIST_NULL; in ahd_handle_seqint() 2949 next = SCB_LIST_NULL; in ahd_handle_pkt_busfree() 3053 tag = SCB_LIST_NULL; in ahd_handle_nonpkt_busfree() [all...] |
H 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)
|
H A D | aic7xxx_osm.c | 1249 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahc_platform_freeze_devq() 2004 CAM_LUN_WILDCARD, SCB_LIST_NULL, in ahc_linux_freeze_simq() 2114 SCB_LIST_NULL, ROLE_INITIATOR)) in ahc_linux_queue_recovery_cmd() 2267 cmd->device->lun, SCB_LIST_NULL, in ahc_linux_queue_recovery_cmd()
|
H A D | aic79xx_osm.c | 1383 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_platform_freeze_devq() 2322 SCB_LIST_NULL, ROLE_INITIATOR, in ahd_linux_queue_abort_cmd()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A 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...] |
H A 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...] |
H 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)
|
H 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()
|
H A 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()
|