Home
last modified time | relevance | path

Searched refs:ldm_adapter (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/hpt27xx/
Dhpt27xx_osm_bsd.c84 hba->ldm_adapter.him = him; in hpt_attach()
93 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); in hpt_attach()
94 if (!hba->ldm_adapter.him_handle) in hpt_attach()
103 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
104 free(hba->ldm_adapter.him_handle, M_DEVBUF); in hpt_attach()
111 if (!ldm_register_adapter(&hba->ldm_adapter)) { in hpt_attach()
115 free(hba->ldm_adapter.him_handle, M_DEVBUF); in hpt_attach()
121 ldm_register_adapter(&hba->ldm_adapter); in hpt_attach()
125 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach()
159 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle); in hpt_alloc_mem()
[all …]
Dos_bsd.h134 LDM_ADAPTER ldm_adapter; member
Dldm.h514 LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);
/freebsd-12-stable/sys/dev/hptrr/
Dhptrr_osm_bsd.c93 hba->ldm_adapter.him = him; in hpt_attach()
102 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); in hpt_attach()
110 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
111 free(hba->ldm_adapter.him_handle, M_DEVBUF); in hpt_attach()
118 if (!ldm_register_adapter(&hba->ldm_adapter)) { in hpt_attach()
124 ldm_register_adapter(&hba->ldm_adapter); in hpt_attach()
128 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach()
162 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle); in hpt_alloc_mem()
265 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) { in hpt_init_vbus()
270 ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter); in hpt_init_vbus()
[all …]
Dos_bsd.h137 LDM_ADAPTER ldm_adapter; member
/freebsd-12-stable/sys/dev/hptnr/
Dhptnr_osm_bsd.c86 hba->ldm_adapter.him = him; in hpt_attach()
96 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); in hpt_attach()
104 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
105 free(hba->ldm_adapter.him_handle, M_DEVBUF); in hpt_attach()
112 if (!ldm_register_adapter(&hba->ldm_adapter)) { in hpt_attach()
118 ldm_register_adapter(&hba->ldm_adapter); in hpt_attach()
122 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach()
156 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle); in hpt_alloc_mem()
259 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) { in hpt_init_vbus()
264 ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter); in hpt_init_vbus()
[all …]
Dos_bsd.h136 LDM_ADAPTER ldm_adapter; member
Dldm.h513 LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);