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