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

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.h347 #define SCSI_LOW_MSG_WIDE 0x00001000 macro
H A Dscsi_low.c2559 /* 12 */{SCSI_LOW_MSG_WIDE, MSG_EXTEND, scsi_low_msgfunc_wide, scsi_low_errfunc_wide, MSG_RELEASE_ATN},
3201 error = (*slp->sl_funcs->scsi_low_msg) (slp, ti, SCSI_LOW_MSG_WIDE);
3217 (SCSI_LOW_MSG_SYNCH | SCSI_LOW_MSG_WIDE);
3341 if (retry != 0 || (ti->ti_emsgflags & SCSI_LOW_MSG_WIDE) == 0)
3342 scsi_low_assert_msg(slp, ti, SCSI_LOW_MSG_WIDE, 0);
3908 ti->ti_setup_msg |= (SCSI_LOW_MSG_WIDE | SCSI_LOW_MSG_SYNCH);
/freebsd-11.0-release/sys/dev/ncv/
H A Dncr53c500.c455 if ((msg & SCSI_LOW_MSG_WIDE) != 0)
/freebsd-11.0-release/sys/dev/ct/
H A Dct.c538 if ((msg & SCSI_LOW_MSG_WIDE) != 0)
/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30.c350 if ((msg & SCSI_LOW_MSG_WIDE) != 0)
/freebsd-11.0-release/sys/dev/nsp/
H A Dnsp.c475 if ((msg & SCSI_LOW_MSG_WIDE) != 0)

Completed in 69 milliseconds