Searched refs:TAG_ENB (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 484 #define TAG_ENB 0x20 macro
|
D | aic7xxx.seq | 727 * 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;
|
D | aic7xxx.reg | 899 bit TAG_ENB 0x20
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 470 test SCB_CONTROL, TAG_ENB jz . + 3; 1513 * Send a tag message if TAG_ENB is set in the SCB control block. 1517 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte; 1521 and SCSIDATL,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1713 test SCB_CONTROL, TAG_ENB jnz await_busfree; 1924 test SCB_CONTROL, TAG_ENB jnz setup_SCB_tagged;
|
D | aic79xx.seq | 792 * Send a tag message if TAG_ENB is set in the SCB control block. 796 test SCB_CONTROL,TAG_ENB jz p_mesgout_onebyte; 800 and SCSIDAT,TAG_ENB|SCB_TAG_TYPE,SCB_CONTROL; 1099 test SCB_CONTROL, TAG_ENB jnz await_busfree;
|
D | aic79xx_core.c | 731 scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE); in ahd_handle_seqint() 1970 if ((scb->hscb->control & TAG_ENB) != 0) in ahd_handle_nonpkt_busfree() 3144 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout() 3146 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahd_setup_initiator_msgout() 3167 if ((scb->hscb->control & TAG_ENB) != 0) { in ahd_setup_initiator_msgout() 3175 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahd_setup_initiator_msgout() 5560 && (scb->col_scb->hscb->control & TAG_ENB) != 0) { in ahd_free_scb()
|
D | aic7xxx_core.c | 1340 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_handle_scsiint() 2291 if ((scb->hscb->control & TAG_ENB) != 0) { in ahc_setup_initiator_msgout() 2293 scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE); in ahc_setup_initiator_msgout() 2313 if ((scb->hscb->control & TAG_ENB) != 0) in ahc_setup_initiator_msgout() 2320 (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : ""); in ahc_setup_initiator_msgout()
|
D | aic7xxx_reg.h | 1637 #define TAG_ENB 0x20 macro
|
D | aic7xxx.reg | 1069 field TAG_ENB 0x20
|
D | aic79xx_reg.h | 3659 #define TAG_ENB 0x20 macro
|
D | aic7xxx_osm.c | 3850 if ((scb->hscb->control & (TARGET_SCB|TAG_ENB)) == 0
|
D | aic79xx.reg | 3811 field TAG_ENB 0x20
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 3277 if ( !(scbp->tag_action & TAG_ENB) ) in aic7xxx_search_qinfifo() 4546 scb->hscb->control &= ~(TAG_ENB | SCB_TAG_TYPE); in aic7xxx_handle_seqint() 5001 (scb->hscb->control & TAG_ENB) ) in aic7xxx_handle_seqint() 6273 if ((scb->hscb->control & TAG_ENB) != 0) in aic7xxx_handle_scsiint()
|