Lines Matching refs:pmsg
3235 msg = ha->pmsg; in gdth_sync_event()
4746 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_isa_probe_one()
4748 if (!ha->pmsg) in gdth_isa_probe_one()
4807 ha->pmsg, ha->msg_phys); in gdth_isa_probe_one()
4872 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_eisa_probe_one()
4874 if (!ha->pmsg) in gdth_eisa_probe_one()
4941 ha->pmsg, ha->msg_phys); in gdth_eisa_probe_one()
5005 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str), in gdth_pci_probe_one()
5007 if (!ha->pmsg) in gdth_pci_probe_one()
5086 ha->pmsg, ha->msg_phys); in gdth_pci_probe_one()
5129 if (ha->pmsg) in gdth_remove_one()
5131 ha->pmsg, ha->msg_phys); in gdth_remove_one()