Home
last modified time | relevance | path

Searched refs:vbus (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/dev/raid/hptrr/
HDldm.h148 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 …]
HDhptrr_osm_bsd.c83 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 …]
HDos_bsd.h183 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member
HDosm.h154 void (*func)(void *vbus, void *data);
HDhptrr_os_bsd.c215 ldm_on_timer((PVBUS)vbus_ext->vbus); in os_timer_for_ldm()
HDhim.h363 struct _VBUS * vbus; member
/dragonfly/sys/dev/raid/hpt27xx/
HDldm.h153 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 …]
HDwj.h39 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 …]
HDhpt27xx_osm_bsd.c69 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 …]
HDos_bsd.h181 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member
HDosm.h188 void (*func)(void *vbus, void *data);
HDhim.h402 struct _VBUS * vbus; member
HDhpt27xx_os_bsd.c233 ldm_on_timer((PVBUS)vbus_ext->vbus); in os_timer_for_ldm()
/dragonfly/sys/dev/raid/hptmv/
HDvdevice.h168 #error You must set one vbus setting