| /dragonfly/sys/dev/raid/hptrr/ |
| HD | ldm.h | 148 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client); 151 void dmapool_active(PVBUS vbus); 154 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order); 157 void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr); 158 void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr); 159 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr); 160 void dmapool_init(PVBUS vbus); 161 HPT_UINT dmapool_max_class_pages(PVBUS vbus); 183 void ldm_request_timer(PVBUS vbus, struct timer_call * tc); 184 void ldm_remove_timer(PVBUS vbus, struct timer_call * tc); [all …]
|
| HD | hptrr_osm_bsd.c | 83 PVBUS vbus; in hpt_attach() local 120 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext); in hpt_attach() 124 ldm_for_each_vbus(vbus, vbus_ext) { in hpt_attach() 125 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach() 161 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0); in hpt_alloc_mem() 204 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p)); in hpt_alloc_mem() 228 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus); in hpt_free_mem() 248 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus); in hpt_free_mem() 253 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus))) in hpt_free_mem() 267 ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter); in hpt_init_vbus() [all …]
|
| HD | os_bsd.h | 183 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member
|
| HD | osm.h | 154 void (*func)(void *vbus, void *data);
|
| HD | hptrr_os_bsd.c | 215 ldm_on_timer((PVBUS)vbus_ext->vbus); in os_timer_for_ldm()
|
| HD | him.h | 363 struct _VBUS * vbus; member
|
| /dragonfly/sys/dev/raid/hpt27xx/ |
| HD | ldm.h | 153 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client); 156 void dmapool_active(PVBUS vbus); 159 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order); 162 void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr); 163 void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr); 164 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr); 165 void dmapool_init(PVBUS vbus); 166 HPT_UINT dmapool_max_class_pages(PVBUS vbus); 188 void ldm_request_timer(PVBUS vbus, struct timer_call * tc); 189 void ldm_remove_timer(PVBUS vbus, struct timer_call * tc); [all …]
|
| HD | wj.h | 39 void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size); 40 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors); 41 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p); 42 void wj_del_entry(PVBUS vbus, void *handle); 43 void wj_del_vd(PVBUS vbus, PVDEV vd); 44 void wj_sync_stamp(PVBUS vbus, PVDEV vd); 48 #define wj_add_entry(vbus, vd, lba, sectors) 0 argument 49 #define wj_get_entry(vbus, vd_p, lba_p, sectors_p) 0 argument 50 #define wj_del_entry(vbus, handle) 0 argument 51 #define wj_del_vd(vbus, vd) 0 argument [all …]
|
| HD | hpt27xx_osm_bsd.c | 69 PVBUS vbus; in hpt_attach() local 105 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext); in hpt_attach() 109 ldm_for_each_vbus(vbus, vbus_ext) { in hpt_attach() 110 if (hba->ldm_adapter.vbus==vbus) { in hpt_attach() 146 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0); in hpt_alloc_mem() 188 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p)); in hpt_alloc_mem() 212 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus); in hpt_free_mem() 232 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus); in hpt_free_mem() 237 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus))) in hpt_free_mem() 251 ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter); in hpt_init_vbus() [all …]
|
| HD | os_bsd.h | 181 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member
|
| HD | osm.h | 188 void (*func)(void *vbus, void *data);
|
| HD | him.h | 402 struct _VBUS * vbus; member
|
| HD | hpt27xx_os_bsd.c | 233 ldm_on_timer((PVBUS)vbus_ext->vbus); in os_timer_for_ldm()
|
| /dragonfly/sys/dev/raid/hptmv/ |
| HD | vdevice.h | 168 #error You must set one vbus setting
|