Searched refs:ldm_adapter (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_osm_bsd.c | 87 hba->ldm_adapter.him = him; in hpt_attach() 96 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); 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() 117 ldm_register_adapter(&hba->ldm_adapter); in hpt_attach() 121 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach() 155 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle); in hpt_alloc_mem() 257 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) { in hpt_init_vbus() 262 ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter); in hpt_init_vbus() [all …]
|
H A D | os_bsd.h | 132 LDM_ADAPTER ldm_adapter; member
|
H A D | ldm.h | 512 LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_osm_bsd.c | 91 hba->ldm_adapter.him = him; in hpt_attach() 100 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); in hpt_attach() 108 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach() 109 free(hba->ldm_adapter.him_handle, M_DEVBUF); in hpt_attach() 116 if (!ldm_register_adapter(&hba->ldm_adapter)) { in hpt_attach() 122 ldm_register_adapter(&hba->ldm_adapter); in hpt_attach() 126 if (hba->ldm_adapter.vbus==vbus) { 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() 268 ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter); in hpt_init_vbus() [all …]
|
H A D | os_bsd.h | 135 LDM_ADAPTER ldm_adapter; member
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_osm_bsd.c | 89 hba->ldm_adapter.him = him; in hpt_attach() 99 hba->ldm_adapter.him_handle = malloc(size, M_DEVBUF, M_WAITOK); in hpt_attach() 107 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach() 108 free(hba->ldm_adapter.him_handle, M_DEVBUF); in hpt_attach() 115 if (!ldm_register_adapter(&hba->ldm_adapter)) { 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() 261 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) { in hpt_init_vbus() 266 ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter); in hpt_init_vbus() [all …]
|
H A D | os_bsd.h | 134 LDM_ADAPTER ldm_adapter; member
|
H A D | ldm.h | 511 LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);
|