Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/message/fusion/lsi/
Dmpi_ioc.h159 SGE_SIMPLE_UNION HostPageBufferSGE; /* 1Ch */ member
273 SGE_SIMPLE_UNION HostPageBufferSGE; /* 40h */ member
/linux-3.4.99/drivers/message/fusion/
Dmptbase.c1325 le32_to_cpu(ioc->facts.HostPageBufferSGE.FlagsLength) & 0xFFFFFF; in mpt_host_page_alloc()
1359 psge = (char *)&ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()
1367 ioc->facts.HostPageBufferSGE = ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()
3365 ioc_init.HostPageBufferSGE = ioc->facts.HostPageBufferSGE; in SendIocInit()