Symbol: PVBUS
sys/dev/raid/hpt27xx/hpt27xx_os_bsd.c
233
ldm_on_timer((PVBUS)vbus_ext->vbus);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
1004
PVBUS vbus;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
105
ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
1339
PVBUS vbus;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
146
ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
188
dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
212
p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
232
dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
237
while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus)))
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
251
ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
328
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
418
ldm_reset_vbus((PVBUS)ext->vbus_ext->vbus);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
537
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
69
PVBUS vbus;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
780
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
837
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
876
ldm_ioctl((PVBUS)vbus_ext->vbus, ioctl_args);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
881
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
892
PVBUS vbus;
sys/dev/raid/hpt27xx/ldm.h
153
void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
sys/dev/raid/hpt27xx/ldm.h
156
void dmapool_active(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
159
int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
sys/dev/raid/hpt27xx/ldm.h
162
void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
sys/dev/raid/hpt27xx/ldm.h
163
void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
sys/dev/raid/hpt27xx/ldm.h
164
void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
sys/dev/raid/hpt27xx/ldm.h
165
void dmapool_init(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
166
HPT_UINT dmapool_max_class_pages(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
188
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/raid/hpt27xx/ldm.h
189
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/raid/hpt27xx/ldm.h
190
void ldm_on_timer(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
198
PVBUS vbus;
sys/dev/raid/hpt27xx/ldm.h
209
PVBUS vbus;
sys/dev/raid/hpt27xx/ldm.h
228
void ldm_ioctl( PVBUS vbus, IOCTL_ARG *IAPnt);
sys/dev/raid/hpt27xx/ldm.h
229
void ldm_set_autorebuild(PVBUS vbus, int enable);
sys/dev/raid/hpt27xx/ldm.h
301
void (*get_mem_info)(PVBUS vbus, void *osext, int phydev_count);
sys/dev/raid/hpt27xx/ldm.h
306
void (*initialize)(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
307
void (*release)(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
358
PVBUS vbus;
sys/dev/raid/hpt27xx/ldm.h
423
void ldm_create_vbus(PVBUS vbus, void *osext);
sys/dev/raid/hpt27xx/ldm.h
426
void ldm_get_mem_info(PVBUS vbus, void *osext);
sys/dev/raid/hpt27xx/ldm.h
429
void *ldm_get_vbus_ext(PVBUS vbus, struct vdev_class *Class);
sys/dev/raid/hpt27xx/ldm.h
432
PVBUS ldm_get_next_vbus(PVBUS vbus, void **posext);
sys/dev/raid/hpt27xx/ldm.h
439
void ldm_initialize_vbus_async(PVBUS vbus, PLDM_ADAPTER master_adapter, void (*done)(void *osext));
sys/dev/raid/hpt27xx/ldm.h
445
void ldm_release_vbus(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
447
PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type);
sys/dev/raid/hpt27xx/ldm.h
450
PVDEV ldm_find_target(PVBUS vbus, int id);
sys/dev/raid/hpt27xx/ldm.h
451
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
sys/dev/raid/hpt27xx/ldm.h
454
PCOMMAND ldm_alloc_cmds(PVBUS vbus, HPT_UINT cnt);
sys/dev/raid/hpt27xx/ldm.h
458
PCOMMAND ldm_alloc_cmds_from_list(PVBUS vbus, struct freelist *list, HPT_UINT cnt);
sys/dev/raid/hpt27xx/ldm.h
498
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);
sys/dev/raid/hpt27xx/ldm.h
500
HPT_BOOL ldm_intr(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
501
void ldm_run(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
502
int ldm_idle(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
505
int ldm_reset_vbus(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
508
void ldm_suspend(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
509
void ldm_resume(PVBUS vbus);
sys/dev/raid/hpt27xx/ldm.h
510
void ldm_shutdown(PVBUS vbus);/*shutdown all the controllers*/
sys/dev/raid/hpt27xx/ldm.h
528
PVBUS him_handle_to_vbus(void * him_handle);
sys/dev/raid/hpt27xx/wj.h
39
void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
sys/dev/raid/hpt27xx/wj.h
40
void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
sys/dev/raid/hpt27xx/wj.h
41
void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
sys/dev/raid/hpt27xx/wj.h
42
void wj_del_entry(PVBUS vbus, void *handle);
sys/dev/raid/hpt27xx/wj.h
43
void wj_del_vd(PVBUS vbus, PVDEV vd);
sys/dev/raid/hpt27xx/wj.h
44
void wj_sync_stamp(PVBUS vbus, PVDEV vd);
sys/dev/raid/hptrr/hptrr_os_bsd.c
215
ldm_on_timer((PVBUS)vbus_ext->vbus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
120
ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
1316
PVBUS vbus;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
161
ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
204
dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
sys/dev/raid/hptrr/hptrr_osm_bsd.c
228
p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
248
dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
253
while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus)))
sys/dev/raid/hptrr/hptrr_osm_bsd.c
267
ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
341
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
433
ldm_reset_vbus((PVBUS)ext->vbus_ext->vbus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
537
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
756
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
809
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
817
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
83
PVBUS vbus;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
850
ldm_ioctl((PVBUS)vbus_ext->vbus, ioctl_args);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
855
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
866
PVBUS vbus;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
978
PVBUS vbus;
sys/dev/raid/hptrr/ldm.h
148
void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
sys/dev/raid/hptrr/ldm.h
151
void dmapool_active(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
154
int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
sys/dev/raid/hptrr/ldm.h
157
void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
sys/dev/raid/hptrr/ldm.h
158
void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
sys/dev/raid/hptrr/ldm.h
159
void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
sys/dev/raid/hptrr/ldm.h
160
void dmapool_init(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
161
HPT_UINT dmapool_max_class_pages(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
183
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/raid/hptrr/ldm.h
184
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/raid/hptrr/ldm.h
185
void ldm_on_timer(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
193
PVBUS vbus;
sys/dev/raid/hptrr/ldm.h
203
PVBUS vbus;
sys/dev/raid/hptrr/ldm.h
222
void ldm_ioctl( PVBUS vbus, IOCTL_ARG *IAPnt);
sys/dev/raid/hptrr/ldm.h
224
void ldm_set_rebuild_priority(PVBUS vbus, int priority);
sys/dev/raid/hptrr/ldm.h
225
void ldm_set_autorebuild(PVBUS vbus, int enable);
sys/dev/raid/hptrr/ldm.h
226
void ldm_set_spindown_disks_timeout(PVBUS vbus, HPT_U8 timeout);
sys/dev/raid/hptrr/ldm.h
297
void (*get_mem_info)(PVBUS vbus, void *osext, int phydev_count);
sys/dev/raid/hptrr/ldm.h
302
void (*initialize)(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
303
void (*release)(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
354
PVBUS vbus;
sys/dev/raid/hptrr/ldm.h
418
void ldm_create_vbus(PVBUS vbus, void *osext);
sys/dev/raid/hptrr/ldm.h
421
void ldm_get_mem_info(PVBUS vbus, void *osext);
sys/dev/raid/hptrr/ldm.h
424
void *ldm_get_vbus_ext(PVBUS vbus, struct vdev_class *Class);
sys/dev/raid/hptrr/ldm.h
427
PVBUS ldm_get_next_vbus(PVBUS vbus, void **posext);
sys/dev/raid/hptrr/ldm.h
434
void ldm_initialize_vbus_async(PVBUS vbus, PLDM_ADAPTER master_adapter, void (*done)(void *osext));
sys/dev/raid/hptrr/ldm.h
440
void ldm_release_vbus(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
442
PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type);
sys/dev/raid/hptrr/ldm.h
445
PVDEV ldm_find_target(PVBUS vbus, int id);
sys/dev/raid/hptrr/ldm.h
446
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
sys/dev/raid/hptrr/ldm.h
449
PCOMMAND ldm_alloc_cmds(PVBUS vbus, HPT_UINT cnt);
sys/dev/raid/hptrr/ldm.h
453
PCOMMAND ldm_alloc_cmds_from_list(PVBUS vbus, struct freelist *list, HPT_UINT cnt);
sys/dev/raid/hptrr/ldm.h
493
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);
sys/dev/raid/hptrr/ldm.h
495
HPT_BOOL ldm_intr(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
496
void ldm_run(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
497
int ldm_idle(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
500
int ldm_reset_vbus(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
503
void ldm_suspend(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
504
void ldm_resume(PVBUS vbus);
sys/dev/raid/hptrr/ldm.h
505
void ldm_shutdown(PVBUS vbus);/*shutdown all the controllers*/
sys/dev/raid/hptrr/ldm.h
523
PVBUS him_handle_to_vbus(void * him_handle);