Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c229 sge = (pMpi2SGESimple64_t)&request->PageBufferSGE; in mptsas_start_config_page_access()
635 &config->PageBufferSGE.MpiSimple.FlagsLength, SGEflagslength); in mptsas_send_config_request_msg()
637 &config->PageBufferSGE.MpiSimple.u.Address64.Low, SGEaddress); in mptsas_send_config_request_msg()
639 &config->PageBufferSGE.MpiSimple.u.Address64.High, in mptsas_send_config_request_msg()
674 &config->PageBufferSGE.MpiSimple.FlagsLength, SGEflagslength); in mptsas_send_extended_config_request_msg()
676 &config->PageBufferSGE.MpiSimple.u.Address64.Low, SGEaddress); in mptsas_send_extended_config_request_msg()
678 &config->PageBufferSGE.MpiSimple.u.Address64.High, in mptsas_send_extended_config_request_msg()
H A Dmptsas.c11003 pt->sgl_offset = offsetof(MPI2_CONFIG_REQUEST, PageBufferSGE); in mpi_pre_config()
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h157 sge_io_union_t PageBufferSGE; member
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2_cnfg.h493 MPI2_SGE_IO_UNION PageBufferSGE; /* 0x1C */ member