Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h484 #define TAG_ENB 0x20 macro
Daic7xxx.seq727 * Send a tag message if TAG_ENB is set in the SCB control block.
731 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
735 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
849 test SCB_CONTROL, TAG_ENB jnz complete_post;
1231 test SCB_CONTROL, TAG_ENB jnz . + 2;
Daic7xxx.reg899 bit TAG_ENB 0x20
/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped367 { "TAG_ENB", 0x20, 0x20 },
Daic7xxx.seq470 test SCB_CONTROL, TAG_ENB jz . + 3;
1514 * Send a tag message if TAG_ENB is set in the SCB control block.
1518 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
1522 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1714 test SCB_CONTROL, TAG_ENB jnz await_busfree;
1925 test SCB_CONTROL, TAG_ENB jnz setup_SCB_tagged;
Daic79xx_reg_print.c_shipped722 { "TAG_ENB", 0x20, 0x20 },
Daic7xxx_core.c1923 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_handle_scsiint()
2897 if ((scb->hscb->control & TAG_ENB) != 0) { in ahc_setup_initiator_msgout()
2899 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahc_setup_initiator_msgout()
2919 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_setup_initiator_msgout()
2926 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahc_setup_initiator_msgout()
Daic7xxx_reg.h_shipped762 #define TAG_ENB 0x20
Daic79xx.seq985 * Send a tag message if TAG_ENB is set in the SCB control block.
989 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte;
993 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL;
1299 test SCB_CONTROL, TAG_ENB jnz await_busfree;
Daic79xx_core.c1966 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE); in ahd_handle_seqint()
3291 if ((scb->hscb->control & TAG_ENB) != 0) in ahd_handle_nonpkt_busfree()
4445 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
4447 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahd_setup_initiator_msgout()
4468 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout()
4476 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahd_setup_initiator_msgout()
6782 && (scb->col_scb->hscb->control & TAG_ENB) != 0) { in ahd_free_scb()
Daic7xxx.reg1164 field TAG_ENB 0x20
Daic79xx_reg.h_shipped2567 #define TAG_ENB 0x20
Daic79xx.reg4122 field TAG_ENB 0x20
/drivers/scsi/
Daic7xxx_old.c3018 if ( !(scbp->tag_action & TAG_ENB) ) in aic7xxx_search_qinfifo()
4083 scb->hscb->control &= ~(TAG_ENB | SCB_TAG_TYPE); in aic7xxx_handle_seqint()
4487 (scb->hscb->control & TAG_ENB) ) in aic7xxx_handle_seqint()
5753 if ((scb->hscb->control & TAG_ENB) != 0) in aic7xxx_handle_scsiint()