Home
last modified time | relevance | path

Searched refs:TAG_ENB (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic7xxx_openbsd.c392 scb->hscb->control |= TAG_ENB; in ahc_execute_scb()
413 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0 in ahc_execute_scb()
Daic79xx_openbsd.c382 scb->hscb->control |= TAG_ENB; in ahd_execute_scb()
Daic7xxx.c1387 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_handle_scsiint()
2334 if ((scb->hscb->control & TAG_ENB) != 0) { in ahc_setup_initiator_msgout()
2336 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahc_setup_initiator_msgout()
2356 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_setup_initiator_msgout()
2363 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahc_setup_initiator_msgout()
Daic79xx.c1119 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE); in ahd_handle_seqint()
2415 if ((scb->hscb->control & TAG_ENB) != 0) in ahd_handle_nonpkt_busfree()
3602 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
3604 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahd_setup_initiator_msgout()
3625 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
3633 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahd_setup_initiator_msgout()
/openbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq475 test SCB_CONTROL, TAG_ENB jz . + 3;
1519 * Send a tag message if TAG_ENB is set in the SCB control block.
1523 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
1527 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1719 test SCB_CONTROL, TAG_ENB jnz await_busfree;
1930 test SCB_CONTROL, TAG_ENB jnz setup_SCB_tagged;
Daic79xx.seq986 * Send a tag message if TAG_ENB is set in the SCB control block.
990 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
994 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1300 test SCB_CONTROL, TAG_ENB jnz await_busfree;
Daic7xxx_reg.h1638 #define TAG_ENB 0x20 macro
Daic7xxx.reg1070 field TAG_ENB 0x20
Daic79xx_reg.h3706 #define TAG_ENB 0x20 macro
Daic79xx.reg3850 field TAG_ENB 0x20