Home
last modified time | relevance | path

Searched refs:MK_MESSAGE (Results 1 – 16 of 16) sorted by relevance

/drivers/scsi/aic7xxx/
Daic79xx.seq368 * new commands from the host until the MK_MESSAGE
372 test A, MK_MESSAGE jz batch_scb;
375 * If the last SCB is also a MK_MESSAGE SCB, then
378 test SCB_CONTROL, MK_MESSAGE jz batch_scb;
420 * a MK_MESSAGE SCB waiting to enter the queue.
576 test SCB_CONTROL, MK_MESSAGE jz . + 3;
766 * Queue any pending MK_MESSAGE SCB for this target now
798 * exceptions are the case of MK_MESSAGE and task management
807 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message;
952 * override this behavior by setting the MK_MESSAGE bit in the SCB
[all …]
Daic79xx_osm.c848 reset_scb->hscb->control |= MK_MESSAGE; in ahd_linux_dev_reset()
1617 scb->hscb->control |= MK_MESSAGE; in ahd_linux_run_command()
2336 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahd_linux_queue_abort_cmd()
2345 ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE); in ahd_linux_queue_abort_cmd()
Daic7xxx_reg_print.c_shipped366 { "MK_MESSAGE", 0x10, 0x10 },
Daic7xxx_osm.c1509 scb->hscb->control |= MK_MESSAGE; in ahc_linux_run_command()
2275 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahc_linux_queue_recovery_cmd()
2302 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE); in ahc_linux_queue_recovery_cmd()
Daic7xxx.seq480 test SCB_CONTROL, MK_MESSAGE jz target_ITloop;
1477 * override this behavior by setting the MK_MESSAGE bit in the SCB
1486 * sequence while protecting the seqencer from testing the MK_MESSAGE bit
1508 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
1650 test SCB_CONTROL, MK_MESSAGE jz . + 2;
1938 test SCB_CONTROL, MK_MESSAGE jz mesgin_done;
Daic79xx_core.c1967 scb->hscb->control |= MK_MESSAGE; in ahd_handle_seqint()
2272 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_handle_seqint()
4251 pending_scb->hscb->control &= ~MK_MESSAGE; in ahd_update_pending_scbs()
4290 control &= ~MK_MESSAGE; in ahd_update_pending_scbs()
4291 control |= pending_scb->hscb->control & MK_MESSAGE; in ahd_update_pending_scbs()
4511 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_setup_initiator_msgout()
4512 scb->hscb->control &= ~MK_MESSAGE; in ahd_setup_initiator_msgout()
6371 ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE); in ahd_probe_scbs()
9104 hscb->control |= MK_MESSAGE; in ahd_handle_scsi_status()
Daic7xxx_core.c1134 hscb->control |= MK_MESSAGE; in ahc_handle_seqint()
2724 pending_hscb->control &= ~MK_MESSAGE; in ahc_update_pending_scbs()
2756 control &= ~(ULTRAENB|MK_MESSAGE); in ahc_update_pending_scbs()
2757 control |= pending_hscb->control & (ULTRAENB|MK_MESSAGE); in ahc_update_pending_scbs()
2951 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE); in ahc_setup_initiator_msgout()
2952 scb->hscb->control &= ~MK_MESSAGE; in ahc_setup_initiator_msgout()
Daic79xx_reg_print.c_shipped721 { "MK_MESSAGE", 0x10, 0x10 },
Daic7xxx_reg.h_shipped763 #define MK_MESSAGE 0x10
Daic79xx.reg4047 * When an SCB with the MK_MESSAGE flag is
4052 * the wait, the MK_MESSAGE SCB is queued
4123 field MK_MESSAGE 0x10
Daic7xxx.reg1165 field MK_MESSAGE 0x10
Daic79xx_reg.h_shipped2568 #define MK_MESSAGE 0x10
/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h482 #define MK_MESSAGE 0x80 macro
Daic7xxx.seq691 * sequence and send it to the target. In addition, if the MK_MESSAGE bit
697 * sequence while protecting the seqencer from testing the MK_MESSAGE bit
723 test SCB_CONTROL,MK_MESSAGE jz p_mesgout_tag;
767 and SCB_CONTROL, ~MK_MESSAGE;
987 test SCB_CONTROL, MK_MESSAGE jz mesgin_done;
988 and SCB_CONTROL, ~MK_MESSAGE;
Daic7xxx.reg897 bit MK_MESSAGE 0x80
/drivers/scsi/
Daic7xxx_old.c10151 hscb->control |= MK_MESSAGE; in aic7xxx_buildscb()
10446 scb->hscb->control |= MK_MESSAGE; in DEF_SCSI_QCMD()
10469 aic_outb(p, scb_control | MK_MESSAGE, SCB_CONTROL); in DEF_SCSI_QCMD()
10705 aic_outb(p, scb_control | MK_MESSAGE, SCB_CONTROL); in __aic7xxx_abort()
10725 scb->hscb->control |= MK_MESSAGE; in __aic7xxx_abort()