Searched refs:SCB_GET_LUN (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 83 #define SCB_GET_LUN(scb) \ macro 121 ((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
|
D | aic79xx_core.c | 1936 SCB_GET_LUN(scb), in ahd_handle_seqint() 2260 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint() 2353 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint() 3012 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_pkt_busfree() 3267 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_handle_nonpkt_busfree() 3291 SCB_GET_LUN(scb), tag, in ahd_handle_nonpkt_busfree() 4383 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role); in ahd_scb_devinfo() 4433 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb); in ahd_setup_initiator_msgout() 5653 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahd_handle_msg_reject() 7996 int slun = SCB_GET_LUN(scb); in ahd_match_scb() [all …]
|
D | aic7xxx_osm.c | 259 scb != NULL ? SCB_GET_LUN(scb) : -1); in ahc_print_path() 1265 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahc_platform_freeze_devq() 2197 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb)) in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx.h | 85 #define SCB_GET_LUN(scb) \ macro
|
D | aic7xxx_core.c | 1096 && SCB_GET_LUN(scb) < 8) in ahc_handle_seqint() 1097 sc->byte2 = SCB_GET_LUN(scb) << 5; in ahc_handle_seqint() 1462 SCB_GET_LUN(scb), scb->hscb->tag, in ahc_handle_seqint() 1922 SCB_GET_LUN(scb), tag, in ahc_handle_scsiint() 2846 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahc, scb), role); in ahc_scb_devinfo() 2884 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb); in ahc_setup_initiator_msgout() 4132 SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL, in ahc_handle_msg_reject() 5727 int slun = SCB_GET_LUN(scb); in ahc_match_scb() 5765 lun = SCB_GET_LUN(scb); in ahc_freeze_devq()
|
D | aic79xx_osm.c | 230 scb != NULL ? SCB_GET_LUN(scb) : -1); in ahd_print_path() 1397 SCB_GET_LUN(scb), SCB_LIST_NULL, in ahd_platform_freeze_devq()
|