Home
last modified time | relevance | path

Searched refs:IOUC_READ_PAGE1 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1828 } else if (state == IOUC_READ_PAGE1) { in mptsas_get_sas_io_unit_page()
1862 state = IOUC_READ_PAGE1; in mptsas_get_sas_io_unit_page()
1865 case IOUC_READ_PAGE1: in mptsas_get_sas_io_unit_page()
2041 case IOUC_READ_PAGE1: in mptsas_get_sas_io_unit_page_hndshk()
2212 state = IOUC_READ_PAGE1; in mptsas_get_sas_io_unit_page_hndshk()
2215 case IOUC_READ_PAGE1: in mptsas_get_sas_io_unit_page_hndshk()
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h617 #define IOUC_READ_PAGE1 0x00000200 macro