Lines Matching refs:him
46 HIM *him; in hpt_match() local
51 for (him = him_list; him; him = him->next) { in hpt_match()
52 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
55 return (him); in hpt_match()
64 HIM *him; in hpt_probe() local
66 him = hpt_match(dev); in hpt_probe()
67 if (him != NULL) { in hpt_probe()
71 device_set_desc(dev, him->name); in hpt_probe()
81 HIM *him; in hpt_attach() local
89 him = hpt_match(dev); in hpt_attach()
91 hba->ldm_adapter.him = him; in hpt_attach()
99 size = him->get_adapter_size(&pci_id); in hpt_attach()
108 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
160 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle); in hpt_alloc_mem()
263 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) { in hpt_init_vbus()
1106 hba->ldm_adapter.him->intr_control(hba->ldm_adapter.him_handle, HPT_TRUE); in hpt_final_init()