Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dmptendian.c96 mptsas_fix_sgentry_endianness(&req->HostPageBufferSGE); in mptsas_fix_ioc_init_endianness()
132 mptsas_fix_sgentry_endianness_reply(&reply->HostPageBufferSGE); in mptsas_fix_ioc_facts_reply_endianness()
H A Dmpi.h599 MPISGEntry HostPageBufferSGE; /* 1Ch */ member
701 MPISGEntry HostPageBufferSGE; /* 40h */ member
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h160 SGE_SIMPLE_UNION HostPageBufferSGE; /* 1Ch */ member
274 SGE_SIMPLE_UNION HostPageBufferSGE; /* 40h */ member
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c1315 le32_to_cpu(ioc->facts.HostPageBufferSGE.FlagsLength) & 0xFFFFFF; in mpt_host_page_alloc()
1349 psge = (char *)&ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()
1357 ioc->facts.HostPageBufferSGE = ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()
3365 ioc_init.HostPageBufferSGE = ioc->facts.HostPageBufferSGE; in SendIocInit()