Searched refs:SCSI_LOW_MSG_SYNCH (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.c2560 /* 13 */{SCSI_LOW_MSG_SYNCH, MSG_EXTEND, scsi_low_msgfunc_synch, scsi_low_errfunc_synch, MSG_RELEASE_ATN},
3150 error = (*slp->sl_funcs->scsi_low_msg) (slp, ti, SCSI_LOW_MSG_SYNCH);
3166 ti->ti_setup_msg_done |= SCSI_LOW_MSG_SYNCH;
3217 (SCSI_LOW_MSG_SYNCH | SCSI_LOW_MSG_WIDE);
3325 if (retry != 0 || (ti->ti_emsgflags & SCSI_LOW_MSG_SYNCH) == 0)
3326 scsi_low_assert_msg(slp, ti, SCSI_LOW_MSG_SYNCH, 0);
3331 scsi_low_test_atten(slp, ti, SCSI_LOW_MSG_SYNCH);
3906 ti->ti_setup_msg |= SCSI_LOW_MSG_SYNCH;
3908 ti->ti_setup_msg |= (SCSI_LOW_MSG_WIDE | SCSI_LOW_MSG_SYNCH);
H A Dscsi_low.h348 #define SCSI_LOW_MSG_SYNCH 0x00002000 macro
/freebsd-11.0-release/sys/dev/ncv/
H A Dncr53c500.c465 if ((msg & SCSI_LOW_MSG_SYNCH) == 0)
/freebsd-11.0-release/sys/dev/ct/
H A Dct.c548 if ((msg & SCSI_LOW_MSG_SYNCH) == 0)
/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30.c360 if ((msg & SCSI_LOW_MSG_SYNCH) == 0)
/freebsd-11.0-release/sys/dev/nsp/
H A Dnsp.c485 if ((msg & SCSI_LOW_MSG_SYNCH) == 0)

Completed in 71 milliseconds