Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
Dmpi_ioc.h160 SGE_SIMPLE_UNION HostPageBufferSGE; /* 1Ch */ member
274 SGE_SIMPLE_UNION HostPageBufferSGE; /* 40h */ member
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptbase.c1321 le32_to_cpu(ioc->facts.HostPageBufferSGE.FlagsLength) & 0xFFFFFF; in mpt_host_page_alloc()
1355 psge = (char *)&ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()
1363 ioc->facts.HostPageBufferSGE = ioc_init->HostPageBufferSGE; in mpt_host_page_alloc()
3375 ioc_init.HostPageBufferSGE = ioc->facts.HostPageBufferSGE; in SendIocInit()