Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/message/fusion/
Dmptbase.h671 u8 *HostPageBuffer; /* SAS - host page buffer support */ member
Dmptbase.c1322 if(!ioc->HostPageBuffer) { in mpt_host_page_alloc()
1333 if((ioc->HostPageBuffer = pci_alloc_consistent( in mpt_host_page_alloc()
1340 ioc->name, ioc->HostPageBuffer, in mpt_host_page_alloc()
1352 if(!ioc->HostPageBuffer) { in mpt_host_page_alloc()
2772 if (ioc->HostPageBuffer != NULL) { in mpt_adapter_disable()
2781 ioc->name, ioc->HostPageBuffer, in mpt_adapter_disable()
2784 ioc->HostPageBuffer, ioc->HostPageBuffer_dma); in mpt_adapter_disable()
2785 ioc->HostPageBuffer = NULL; in mpt_adapter_disable()