Searched refs:SCB_GET_TAG (Results 1 – 3 of 3) sorted by relevance
287 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL; in ahd_action()406 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_execute_scb()408 ahd_set_scbptr(ahd, SCB_GET_TAG(scb)); in ahd_execute_scb()
617 if (ahd_get_scbptr(ahd) != SCB_GET_TAG(scb) in ahd_scb_active_in_fifo()1377 SCB_GET_TAG(scb)); in ahd_handle_seqint()1416 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()1443 tag = SCB_GET_TAG(scb); in ahd_handle_seqint()1507 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()2151 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_pkt_busfree()2220 SCB_GET_TAG(scb), in ahd_handle_nonpkt_busfree()2224 tag = SCB_GET_TAG(scb); in ahd_handle_nonpkt_busfree()2239 tag = SCB_GET_TAG(scb); in ahd_handle_nonpkt_busfree()2416 tag = SCB_GET_TAG(scb); in ahd_handle_nonpkt_busfree()[all …]
148 #define SCB_GET_TAG(scb) \ macro