Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c228 sge = (pMpi2SGESimple64_t)&request->PageBufferSGE; in mptsas_start_config_page_access()
634 &config->PageBufferSGE.MpiSimple.FlagsLength, SGEflagslength); in mptsas_send_config_request_msg()
636 &config->PageBufferSGE.MpiSimple.u.Address64.Low, SGEaddress); in mptsas_send_config_request_msg()
638 &config->PageBufferSGE.MpiSimple.u.Address64.High, in mptsas_send_config_request_msg()
673 &config->PageBufferSGE.MpiSimple.FlagsLength, SGEflagslength); in mptsas_send_extended_config_request_msg()
675 &config->PageBufferSGE.MpiSimple.u.Address64.Low, SGEaddress); in mptsas_send_extended_config_request_msg()
677 &config->PageBufferSGE.MpiSimple.u.Address64.High, in mptsas_send_extended_config_request_msg()
H A Dmptsas.c10973 pt->sgl_offset = offsetof(MPI2_CONFIG_REQUEST, PageBufferSGE); in mpi_pre_config()
/titanic_50/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h157 sge_io_union_t PageBufferSGE; member
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_cnfg.h493 MPI2_SGE_IO_UNION PageBufferSGE; /* 0x1C */ member