Lines Matching full:him
35 static HIM *hpt_match(device_t dev, int scan) in hpt_match()
38 HIM *him; in hpt_match() local
41 for (him = him_list; him; him = him->next) { in hpt_match()
42 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
43 if (scan && him->get_controller_count) in hpt_match()
44 him->get_controller_count(&pci_id,0,0); in hpt_match()
47 return (him); in hpt_match()
57 HIM *him; in hpt_probe() local
59 him = hpt_match(dev, 0); in hpt_probe()
60 if (him != NULL) { in hpt_probe()
64 device_set_desc(dev, him->name); in hpt_probe()
74 HIM *him; in hpt_attach() local
87 him = hpt_match(dev, 1); in hpt_attach()
89 hba->ldm_adapter.him = him; in hpt_attach()
98 size = him->get_adapter_size(&pci_id); in hpt_attach()
107 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
159 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle); in hpt_alloc_mem()
261 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) { in hpt_init_vbus()
796 vd->u.raw.him->get_device_config(vd->u.raw.phy_dev,&devconf); in hpt_scsi_io()
855 vd->u.raw.him->get_device_config(vd->u.raw.phy_dev,&devconf); in hpt_scsi_io()
1462 hba->ldm_adapter.him->intr_control(hba->ldm_adapter.him_handle, HPT_TRUE); in hpt_final_init()