Home
last modified time | relevance | path

Searched refs:SF_QUIET_IR (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/cam/
H A Dcam.h125 SF_QUIET_IR = 0x04, /* Be quiet about Illegal Request responses */ enumerator
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c1234 sense_flags |= SF_QUIET_IR; in chgetelemstatus()
1269 sense_flags &= ~SF_QUIET_IR; in chgetelemstatus()
H A Dscsi_enc.c786 ENC_FLAGS|SF_QUIET_IR, NULL); in enc_fsm_step()
H A Dscsi_xpt.c1269 ? SF_RETRY_UA|SF_QUIET_IR in probedone()
1313 SF_RETRY_UA|SF_QUIET_IR : SF_RETRY_UA) == in probedone()
H A Dscsi_sa.c1112 sili_blocksize, 0, 0, SF_QUIET_IR); in sasetsili()
4928 sf = SF_QUIET_IR; in saprevent()
5145 error = cam_periph_runccb(ccb, saerror, 0, SF_QUIET_IR, in sagetpos()
H A Dscsi_da.c1854 /*sense_flags*/SF_RETRY_UA | SF_QUIET_IR, in daclose()
6382 /*sense_flags*/ SF_NO_RECOVERY | SF_NO_RETRY | SF_QUIET_IR, in dashutdown()
H A Dscsi_enc_ses.c1228 ENC_FLAGS|SF_QUIET_IR, NULL); in ses_set_timed_completion()
H A Dscsi_all.c3549 if ((sense_flags & SF_QUIET_IR) != 0) in scsi_error_action()