Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1987 recv_dma_attrs.dma_attr_granular = (sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_sas_io_unit_page_hndshk()
1991 (sizeof (MPI2_CONFIG_REPLY)), NULL) == FALSE) { in mptsas_get_sas_io_unit_page_hndshk()
2060 bzero(recv_memp, sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_sas_io_unit_page_hndshk()
2062 recv_numbytes = sizeof (MPI2_CONFIG_REPLY); in mptsas_get_sas_io_unit_page_hndshk()
2332 recv_dma_attrs.dma_attr_granular = (sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_manufacture_page5()
2336 (sizeof (MPI2_CONFIG_REPLY)), NULL) == FALSE) { in mptsas_get_manufacture_page5()
2343 bzero(recv_memp, sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_manufacture_page5()
2345 recv_numbytes = sizeof (MPI2_CONFIG_REPLY); in mptsas_get_manufacture_page5()
2712 recv_dma_attrs.dma_attr_granular = (sizeof (MPI2_CONFIG_REPLY)); in mptsas_get_manufacture_page0()
2715 &recv_accessp, &recv_memp, (sizeof (MPI2_CONFIG_REPLY)), in mptsas_get_manufacture_page0()
[all …]
H A Dmptsas.c10979 if (pt->data_size != sizeof (MPI2_CONFIG_REPLY)) { in mpi_pre_config()
10982 (int)sizeof (MPI2_CONFIG_REPLY))); in mpi_pre_config()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_cnfg.h527 } MPI2_CONFIG_REPLY, MPI2_POINTER PTR_MPI2_CONFIG_REPLY, typedef