Home
last modified time | relevance | path

Searched refs:NumPhys (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_cnfg.h670 U8 NumPhys; /* 0x04 */ member
753 U8 NumPhys; /* 0x20 */ member
1528 U8 NumPhys; /* 0x04 */ member
1972 U8 NumPhys; /* 0x0C */ member
2046 U8 NumPhys; /* 0x10 */ member
2147 U8 NumPhys; /* 0x28 */ member
2223 U8 NumPhys; /* 0x08 */ member
2415 U8 NumPhys; /* 0x20 */ member
2478 U8 NumPhys; /* 0x0C */ member
H A Dmpi2_ioc.h970 U8 NumPhys; /* 0x04 */ member
H A Dmpi2_history.txt233 * NumPhys field) to determine the number of valid elements
/titanic_41/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h1289 uint8_t NumPhys; member
1337 uint8_t NumPhys; member
1412 uint8_t NumPhys; member
1427 uint8_t NumPhys; member
H A Dmpi_ioc.h554 uint8_t NumPhys; member
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1705 num_phys = ddi_get8(accessp, &sasioupage0->NumPhys); in mptsas_sasiou_page_0_cb()
1771 num_phys = ddi_get8(accessp, &sasioupage1->NumPhys); in mptsas_sasiou_page_1_cb()
2102 &sasioupage0->NumPhys); in mptsas_get_sas_io_unit_page_hndshk()
2183 &sasioupage1->NumPhys); in mptsas_get_sas_io_unit_page_hndshk()
2385 mpt->m_num_phys = ddi_get8(page_accessp, (uint8_t *)&m5->NumPhys); in mptsas_get_manufacture_page5()