Home
last modified time | relevance | path

Searched refs:MPI2_CONFIG_REPLY (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1967 recv_dma_attrs.dma_attr_granular = (sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_sas_io_unit_page_hndshk()
1971 (sizeof (MPI2_CONFIG_REPLY)), NULL) == FALSE) { in mptsas_get_sas_io_unit_page_hndshk()
2040 bzero(recv_memp, sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_sas_io_unit_page_hndshk()
2042 recv_numbytes = sizeof (MPI2_CONFIG_REPLY); in mptsas_get_sas_io_unit_page_hndshk()
2274 recv_dma_attrs.dma_attr_granular = (sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_manufacture_page5()
2278 (sizeof (MPI2_CONFIG_REPLY)), NULL) == FALSE) { in mptsas_get_manufacture_page5()
2285 bzero(recv_memp, sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_manufacture_page5()
2287 recv_numbytes = sizeof (MPI2_CONFIG_REPLY); in mptsas_get_manufacture_page5()
2652 recv_dma_attrs.dma_attr_granular = (sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_manufacture_page0()
2655 &recv_accessp, &recv_memp, (sizeof (MPI2_CONFIG_REPLY)), in mptsas_get_manufacture_page0()
[all …]
H A Dmptsas.c10743 if (pt->data_size != sizeof (MPI2_CONFIG_REPLY)) in mpi_pre_config()
10746 (int)sizeof (MPI2_CONFIG_REPLY))); in mpi_pre_config()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_cnfg.h442 } MPI2_CONFIG_REPLY, MPI2_POINTER PTR_MPI2_CONFIG_REPLY, typedef