Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1821 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page()
1823 if (state == IOUC_READ_PAGE0) { in mptsas_get_sas_io_unit_page()
1838 case IOUC_READ_PAGE0: in mptsas_get_sas_io_unit_page()
1844 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page()
1980 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page_hndshk()
2026 case IOUC_READ_PAGE0: in mptsas_get_sas_io_unit_page_hndshk()
2116 case IOUC_READ_PAGE0: in mptsas_get_sas_io_unit_page_hndshk()
2195 state = IOUC_READ_PAGE0; in mptsas_get_sas_io_unit_page_hndshk()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h618 #define IOUC_READ_PAGE0 0x00000100 macro