Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/message/fusion/
Dmptbase.c5294 IOUnitPage2_t *ppage_alloc; in GetIoUnitPage2() local
5320 ppage_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, in GetIoUnitPage2()
5322 if (ppage_alloc) { in GetIoUnitPage2()
5323 memset((u8 *)ppage_alloc, 0, data_sz); in GetIoUnitPage2()
5329 ioc->biosVersion = le32_to_cpu(ppage_alloc->BiosVersion); in GetIoUnitPage2()
5332 (u8 *)ppage_alloc, page_dma); in GetIoUnitPage2()