Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c3078 uint32_t saa = 0; in sbd_new_task() local
3083 saa = STMF_SAA_POR; in sbd_new_task()
3086 if (saa) { in sbd_new_task()
3087 stmf_scsilib_send_status(task, STATUS_CHECK, saa); in sbd_new_task()
3112 uint32_t saa = 0; in sbd_new_task() local
3121 saa = 0; in sbd_new_task()
3123 saa = STMF_SAA_CAPACITY_DATA_HAS_CHANGED; in sbd_new_task()
3129 saa = STMF_SAA_MODE_PARAMETERS_CHANGED; in sbd_new_task()
3134 saa = STMF_SAA_ASYMMETRIC_ACCESS_CHANGED; in sbd_new_task()
3139 saa = STMF_SAA_LU_NO_ACCESS_TRANSITION; in sbd_new_task()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dstmf.h403 void stmf_scsilib_send_status(scsi_task_t *task, uint8_t st, uint32_t saa);
/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c5741 stmf_scsilib_send_status(scsi_task_t *task, uint8_t st, uint32_t saa) in stmf_scsilib_send_status() argument
5748 sd[2] = (saa >> 16) & 0xf; in stmf_scsilib_send_status()
5750 sd[12] = (saa >> 8) & 0xff; in stmf_scsilib_send_status()
5751 sd[13] = saa & 0xff; in stmf_scsilib_send_status()