Searched refs:pg3_alloc (Results 1 – 1 of 1) sorted by relevance
2559 SCSIDevicePage3_t *pg3_alloc; in mptctl_hp_targetinfo() local2660 pg3_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, in mptctl_hp_targetinfo()2662 if (pg3_alloc) { in mptctl_hp_targetinfo()2666 karg.message_rejects = (u32) le16_to_cpu(pg3_alloc->MsgRejectCount); in mptctl_hp_targetinfo()2667 karg.phase_errors = (u32) le16_to_cpu(pg3_alloc->PhaseErrorCount); in mptctl_hp_targetinfo()2668 karg.parity_errors = (u32) le16_to_cpu(pg3_alloc->ParityErrorCount); in mptctl_hp_targetinfo()2671 (u8 *)pg3_alloc, page_dma); in mptctl_hp_targetinfo()