Searched refs:TAG_ENB (Results 1 – 14 of 14) sorted by relevance
/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
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 367 { "TAG_ENB", 0x20, 0x20 },
|
D | aic7xxx.seq | 470 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;
|
D | aic79xx_reg_print.c_shipped | 722 { "TAG_ENB", 0x20, 0x20 },
|
D | aic7xxx_core.c | 1923 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()
|
D | aic7xxx_reg.h_shipped | 762 #define TAG_ENB 0x20
|
D | aic79xx.seq | 985 * 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;
|
D | aic79xx_core.c | 1966 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()
|
D | aic7xxx.reg | 1164 field TAG_ENB 0x20
|
D | aic79xx_reg.h_shipped | 2567 #define TAG_ENB 0x20
|
D | aic79xx.reg | 4122 field TAG_ENB 0x20
|
/drivers/scsi/ |
D | aic7xxx_old.c | 3018 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()
|