Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/message/fusion/
Dmptctl.c2559 SCSIDevicePage0_t *pg0_alloc; in mptctl_hp_targetinfo() local
2595 pg0_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, &page_dma, in mptctl_hp_targetinfo()
2597 if (pg0_alloc) { in mptctl_hp_targetinfo()
2612 np = le32_to_cpu(pg0_alloc->NegotiatedParameters); in mptctl_hp_targetinfo()
2634 dma_free_coherent(&ioc->pcidev->dev, data_sz, (u8 *)pg0_alloc, in mptctl_hp_targetinfo()