Searched refs:pg0_alloc (Results 1 – 1 of 1) sorted by relevance
2552 SCSIDevicePage0_t *pg0_alloc; in mptctl_hp_targetinfo() local2588 pg0_alloc = pci_alloc_consistent(ioc->pcidev, data_sz, &page_dma); in mptctl_hp_targetinfo()2589 if (pg0_alloc) { in mptctl_hp_targetinfo()2604 np = le32_to_cpu(pg0_alloc->NegotiatedParameters); in mptctl_hp_targetinfo()2626 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) pg0_alloc, page_dma); in mptctl_hp_targetinfo()