Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic79xx_inline.h755 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_swap_with_next_hscb()
766 if (SCBID_IS_NULL(SCB_GET_TAG(scb))) in ahd_queue_scb()
768 SCB_GET_TAG(scb)); in ahd_queue_scb()
773 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb); in ahd_queue_scb()
795 SCB_GET_TAG(scb), ahd_le32toh(scb->hscb->hscb_busaddr), in ahd_queue_scb()
H A Daic79xx_osm.c262 ahd_name(ahd), SCB_GET_TARGET(ahd,scb), SCB_GET_LUN(scb), SCB_GET_TAG(scb)); in ahd_done()
632 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb; in ahd_execute_scb()
634 ahd_set_scbptr(ahd, SCB_GET_TAG(scb)); in ahd_execute_scb()
772 printf("SCB 0x%x - timed out\n", SCB_GET_TAG(scb)); in ahd_timeout()
H A Daic79xx.c464 ahd_outw(ahd, SCB_TAG, SCB_GET_TAG(scb)); in ahd_flush_qoutfifo()
469 SCB_GET_TAG(scb)); in ahd_flush_qoutfifo()
562 if (ahd_get_scbptr(ahd) != SCB_GET_TAG(scb) in ahd_scb_active_in_fifo()
1336 SCB_GET_TAG(scb)); in ahd_handle_seqint()
1376 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()
1403 tag = SCB_GET_TAG(scb); in ahd_handle_seqint()
1469 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_seqint()
2097 SCB_GET_LUN(scb), SCB_GET_TAG(scb), in ahd_handle_pkt_busfree()
2166 SCB_GET_TAG(scb), in ahd_handle_nonpkt_busfree()
2170 tag = SCB_GET_TAG(scb); in ahd_handle_nonpkt_busfree()
[all …]
H A Daic79xxvar.h125 #define SCB_GET_TAG(scb) \ macro