Searched refs:elm_stat (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c155 uint8_t elm_stat[4]; member in struct:safte_control_request
760 cfg->adm_status = req->elm_stat[0] & ALL_ENC_STAT;
762 if (req->elm_stat[0] & (SES_ENCSTAT_CRITICAL|SES_ENCSTAT_UNRECOV))
764 else if (req->elm_stat[0] & SES_ENCSTAT_NONCRITICAL)
780 if (req->elm_stat[0] & SESCTL_PRDFAIL)
782 if (req->elm_stat[3] & SESCTL_RQSFLT)
785 if (req->elm_stat[1] & 0x01)
787 if (req->elm_stat[1] & 0x02)
789 if (req->elm_stat[1] & 0x04)
791 if (req->elm_stat[
[all...]
H A Dscsi_enc_ses.c119 ses_comstat_t elm_stat; member in struct:ses_control_request
2156 req->elm_stat.comstatus & SES_SET_STATUS_MASK;
2177 memcpy(&buf[offset], &req->elm_stat, sizeof(struct ses_comstat));
2181 req->elm_stat.comstatus, req->elm_stat.comstat[0],
2182 req->elm_stat.comstat[1], req->elm_stat.comstat[2]);
2760 req.elm_stat.comstatus = encstat & 0xf;
2790 memcpy(&req.elm_stat, elms->cstat, sizeof(req.elm_stat));
[all...]

Completed in 113 milliseconds