Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/
Dmptbase.h671 u8 *HostPageBuffer; /* SAS - host page buffer support */ member
Dmptbase.c1320 if(!ioc->HostPageBuffer) { in mpt_host_page_alloc()
1331 if((ioc->HostPageBuffer = pci_alloc_consistent( in mpt_host_page_alloc()
1338 ioc->name, ioc->HostPageBuffer, in mpt_host_page_alloc()
1350 if(!ioc->HostPageBuffer) { in mpt_host_page_alloc()
2768 if (ioc->HostPageBuffer != NULL) { in mpt_adapter_disable()
2777 ioc->name, ioc->HostPageBuffer, in mpt_adapter_disable()
2780 ioc->HostPageBuffer, ioc->HostPageBuffer_dma); in mpt_adapter_disable()
2781 ioc->HostPageBuffer = NULL; in mpt_adapter_disable()