Home
last modified time | relevance | path

Searched refs:saa (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c3412 uint32_t saa = 0; in sbd_new_task() local
3417 saa = STMF_SAA_POR; in sbd_new_task()
3422 saa = STMF_SAA_ASYMMETRIC_ACCESS_CHANGED; in sbd_new_task()
3425 if (saa) { in sbd_new_task()
3426 stmf_scsilib_send_status(task, STATUS_CHECK, saa); in sbd_new_task()
3440 uint32_t saa = 0; in sbd_new_task() local
3449 saa = 0; in sbd_new_task()
3451 saa = STMF_SAA_CAPACITY_DATA_HAS_CHANGED; in sbd_new_task()
3457 saa = STMF_SAA_MODE_PARAMETERS_CHANGED; in sbd_new_task()
3460 saa = 0; in sbd_new_task()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h412 void stmf_scsilib_send_status(scsi_task_t *task, uint8_t st, uint32_t saa);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c6138 stmf_scsilib_send_status(scsi_task_t *task, uint8_t st, uint32_t saa) in stmf_scsilib_send_status() argument
6145 sd[2] = (saa >> 16) & 0xf; in stmf_scsilib_send_status()
6147 sd[12] = (saa >> 8) & 0xff; in stmf_scsilib_send_status()
6148 sd[13] = saa & 0xff; in stmf_scsilib_send_status()