Searched refs:pg0_alloc (Results 1 – 1 of 1) sorted by relevance
2676 SCSIDevicePage0_t *pg0_alloc; in mptctl_hp_targetinfo() local2718 pg0_alloc = (SCSIDevicePage0_t *) pci_alloc_consistent(ioc->pcidev, data_sz, &page_dma); in mptctl_hp_targetinfo()2719 if (pg0_alloc) { in mptctl_hp_targetinfo()2734 np = le32_to_cpu(pg0_alloc->NegotiatedParameters); in mptctl_hp_targetinfo()2756 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) pg0_alloc, page_dma); in mptctl_hp_targetinfo()