Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/message/fusion/
Dmptbase.c5290 IOUnitPage2_t *ppage_alloc; in GetIoUnitPage2() local
5316 ppage_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, in GetIoUnitPage2()
5318 if (ppage_alloc) { in GetIoUnitPage2()
5319 memset((u8 *)ppage_alloc, 0, data_sz); in GetIoUnitPage2()
5325 ioc->biosVersion = le32_to_cpu(ppage_alloc->BiosVersion); in GetIoUnitPage2()
5328 (u8 *)ppage_alloc, page_dma); in GetIoUnitPage2()