Searched refs:SCB_GET_TARGET (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic79xxvar.h | 95 #define SCB_GET_TARGET(ahd, scb) \ macro 102 SCB_GET_TARGET(ahd, scb) 137 ((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
|
H A D | aic7xxxvar.h | 182 #define SCB_GET_TARGET(ahc, scb) \ macro 189 (SCB_GET_TARGET(ahc, scb))
|
H A D | aic7xxx_osm.c | 831 target = SCB_GET_TARGET(ahc, scb); in ahc_timeout() 924 ahc_abort_scbs(ahc, SCB_GET_TARGET(ahc, scb), in ahc_timeout() 1027 SCB_GET_TARGET(ahc, scb), in ahc_timeout()
|
H A D | aic79xx.c | 1055 SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 1374 ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 1409 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 1467 ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_seqint() 2096 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), 'A', in ahd_handle_pkt_busfree() 2300 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_nonpkt_busfree() 3436 ahd_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahd, scb), in ahd_scb_devinfo() 4715 ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb), in ahd_handle_msg_reject() 6965 int targ = SCB_GET_TARGET(ahd, scb); in ahd_match_scb() 7004 target = SCB_GET_TARGET(ahd, scb); in ahd_freeze_devq() [all …]
|
H A D | aic79xx_osm.c | 262 ahd_name(ahd), SCB_GET_TARGET(ahd,scb), SCB_GET_LUN(scb), SCB_GET_TAG(scb)); in ahd_done()
|
H A D | aic7xxx.c | 902 ahc_search_qinfifo(ahc, SCB_GET_TARGET(ahc, scb), in ahc_handle_seqint() 2247 ahc_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahc, scb), in ahc_scb_devinfo() 3541 ahc_search_qinfifo(ahc, SCB_GET_TARGET(ahc, scb), in ahc_handle_msg_reject() 5182 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() 5223 target = SCB_GET_TARGET(ahc, scb); in ahc_freeze_devq()
|