Home
last modified time | relevance | path

Searched refs:MPI2_IOCSTATUS_CONFIG_INVALID_PAGE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c122 if (iocstatus == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE) { in mptsas_raidconf_page_0_cb()
307 if (iocstatus == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE) in mptsas_raidvol_page_0_cb()
486 if (iocstatus == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE) in mptsas_raidphydsk_page_0_cb()
H A Dmptsas_impl.c1462 (iocstatus != MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)) { in mptsas_sasdevpage_0_cb()
1476 if (iocstatus == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE) { in mptsas_sasdevpage_0_cb()
1573 (iocstatus != MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)) { in mptsas_sasexpdpage_0_cb()
1587 if (iocstatus == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE) { in mptsas_sasexpdpage_0_cb()
1910 (iocstatus != MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)) { in mptsas_biospage_3_cb()
2521 (iocstatus != MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)) { in mptsas_sasphypage_0_cb()
2535 if (iocstatus == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE) { in mptsas_sasphypage_0_cb()
2623 (iocstatus != MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)) { in mptsas_sasphypage_1_cb()
2637 if (iocstatus == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE) { in mptsas_sasphypage_1_cb()
2892 (iocstatus != MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)) { in mptsas_enclosurepage_0_cb()
[all …]
H A Dmptsas.c16989 case MPI2_IOCSTATUS_CONFIG_INVALID_PAGE: in mptsas_send_sep()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2.h755 #define MPI2_IOCSTATUS_CONFIG_INVALID_PAGE (0x0022) macro