Searched refs:SCB_GET_TARGET (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | aic79xx.h | 79 #define SCB_GET_TARGET(ahd, scb) \ macro 86 SCB_GET_TARGET(ahd, scb) 121 ((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
|
| D | aic7xxx.h | 81 #define SCB_GET_TARGET(ahc, scb) \ macro 88 (SCB_GET_TARGET(ahc, scb) + (SCB_IS_SCSIBUS_B(ahc, scb) ? 8 : 0))
|
| D | aic79xx_core.c | 1935 SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 2258 ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 2293 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 2351 ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 3011 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), 'A', in ahd_handle_pkt_busfree() 3265 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_nonpkt_busfree() 4382 ahd_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahd, scb), in ahd_scb_devinfo() 5651 ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_msg_reject() 7994 int targ = SCB_GET_TARGET(ahd, scb); in ahd_match_scb() 8033 target = SCB_GET_TARGET(ahd, scb); in ahd_freeze_devq() [all …]
|
| D | aic7xxx_osm.c | 258 scb != NULL ? SCB_GET_TARGET(ahc, scb) : -1, in ahc_print_path() 1263 ahc_platform_abort_scbs(ahc, SCB_GET_TARGET(ahc, scb), in ahc_platform_freeze_devq() 1482 SCB_GET_TARGET(ahc, scb), &tstate); in ahc_linux_run_command()
|
| D | aic79xx_osm.c | 229 scb != NULL ? SCB_GET_TARGET(ahd, scb) : -1, in ahd_print_path() 1395 ahd_platform_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), in ahd_platform_freeze_devq()
|
| D | aic7xxx_core.c | 1460 ahc_search_qinfifo(ahc, SCB_GET_TARGET(ahc, scb), in ahc_handle_seqint() 2845 ahc_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahc, scb), in ahc_scb_devinfo() 4130 ahc_search_qinfifo(ahc, SCB_GET_TARGET(ahc, scb), in ahc_handle_msg_reject() 5725 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() 5764 target = SCB_GET_TARGET(ahc, scb); in ahc_freeze_devq()
|