Searched refs:pg0_alloc (Results 1 – 1 of 1) sorted by relevance
2665 SCSIDevicePage0_t *pg0_alloc; in mptctl_hp_targetinfo() local2709 pg0_alloc = (SCSIDevicePage0_t *) pci_alloc_consistent(ioc->pcidev, data_sz, &page_dma); in mptctl_hp_targetinfo()2710 if (pg0_alloc) { in mptctl_hp_targetinfo()2725 np = le32_to_cpu(pg0_alloc->NegotiatedParameters); in mptctl_hp_targetinfo()2747 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) pg0_alloc, page_dma); in mptctl_hp_targetinfo()