Searched refs:pg3_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c2664 SCSIDevicePage3_t *pg3_alloc; mptctl_hp_targetinfo() local
2769 pg3_alloc = (SCSIDevicePage3_t *) pci_alloc_consistent( mptctl_hp_targetinfo()
2771 if (pg3_alloc) { mptctl_hp_targetinfo()
2775 karg.message_rejects = (u32) le16_to_cpu(pg3_alloc->MsgRejectCount); mptctl_hp_targetinfo()
2776 karg.phase_errors = (u32) le16_to_cpu(pg3_alloc->PhaseErrorCount); mptctl_hp_targetinfo()
2777 karg.parity_errors = (u32) le16_to_cpu(pg3_alloc->ParityErrorCount); mptctl_hp_targetinfo()
2779 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) pg3_alloc, page_dma); mptctl_hp_targetinfo()

Completed in 92 milliseconds