Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1820 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page()
1822 if (state == IOUC_READ_PAGE0) { in mptsas_get_sas_io_unit_page()
1837 case IOUC_READ_PAGE0: in mptsas_get_sas_io_unit_page()
1843 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page()
1979 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page_hndshk()
2025 case IOUC_READ_PAGE0: in mptsas_get_sas_io_unit_page_hndshk()
2115 case IOUC_READ_PAGE0: in mptsas_get_sas_io_unit_page_hndshk()
2194 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page_hndshk()
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h616 #define IOUC_READ_PAGE0 0x00000100 macro