Searched refs:ppage_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 5299 IOUnitPage2_t *ppage_alloc; in GetIoUnitPage2() local 5325 ppage_alloc = (IOUnitPage2_t *) pci_alloc_consistent(ioc->pcidev, data_sz, &page_dma); in GetIoUnitPage2() 5326 if (ppage_alloc) { in GetIoUnitPage2() 5327 memset((u8 *)ppage_alloc, 0, data_sz); in GetIoUnitPage2() 5333 ioc->biosVersion = le32_to_cpu(ppage_alloc->BiosVersion); in GetIoUnitPage2() 5335 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) ppage_alloc, page_dma); in GetIoUnitPage2()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 5294 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()
|
Completed in 17 milliseconds