Home
last modified time | relevance | path

Searched refs:SCB_GET_TAG (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic79xx_openbsd.c287 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()
Daic79xx.c617 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 …]
Daic79xx.h148 #define SCB_GET_TAG(scb) \ macro