Searched refs:ldm_adapter (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/dev/hpt27xx/ |
| D | hpt27xx_osm_bsd.c | 84 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 …]
|
| D | os_bsd.h | 134 LDM_ADAPTER ldm_adapter; member
|
| D | ldm.h | 514 LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);
|
| /freebsd-12-stable/sys/dev/hptrr/ |
| D | hptrr_osm_bsd.c | 93 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 …]
|
| D | os_bsd.h | 137 LDM_ADAPTER ldm_adapter; member
|
| /freebsd-12-stable/sys/dev/hptnr/ |
| D | hptnr_osm_bsd.c | 86 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 …]
|
| D | os_bsd.h | 136 LDM_ADAPTER ldm_adapter; member
|
| D | ldm.h | 513 LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);
|