Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptctl.c2558 SCSIDevicePage0_t *pg0_alloc; in mptctl_hp_targetinfo() local
2594 pg0_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, &page_dma, in mptctl_hp_targetinfo()
2596 if (pg0_alloc) { in mptctl_hp_targetinfo()
2611 np = le32_to_cpu(pg0_alloc->NegotiatedParameters); in mptctl_hp_targetinfo()
2633 dma_free_coherent(&ioc->pcidev->dev, data_sz, (u8 *)pg0_alloc, in mptctl_hp_targetinfo()