Searched refs:vbus (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dwj.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
49 #define wj_get_entry(vbus, vd_p, lba_p, sectors_p) 0
50 #define wj_del_entry(vbus, handle) 0
51 #define wj_del_vd(vbus, v
[all...]
H A Dldm.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, struc
198 PVBUS vbus; member in struct:_LDM_ADAPTER
209 PVBUS vbus; member in struct:_IOCTL_ARG
358 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhpt27xx_osm_bsd.c69 PVBUS vbus; local
111 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
115 ldm_for_each_vbus(vbus, vbus_ext) {
116 if (hba->ldm_adapter.vbus==vbus) {
152 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
195 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
219 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
239 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
244 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
335 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
519 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
853 PVBUS vbus; local
977 PVBUS vbus; local
1340 PVBUS vbus; local
[all...]
H A Dos_bsd.h144 * adapter/vbus extensions:
146 * each vbus has a vbus_ext passed to ldm_create_vbus().
189 struct cam_sim *sim; /* sim for this vbus */
190 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
207 /* the LDM vbus instance continues */
208 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dosm.h188 void (*func)(void *vbus, void *data);
H A Dhim.h402 struct _VBUS * vbus; member in struct:_COMMAND
H A Dhpt27xx_os_bsd.c283 ldm_on_timer((PVBUS)vbus_ext->vbus);
/freebsd-10.0-release/sys/dev/hptnr/
H A Dwj.h40 void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
41 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
42 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
43 void wj_del_entry(PVBUS vbus, void *handle);
44 void wj_del_vd(PVBUS vbus, PVDEV vd);
45 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
49 #define wj_add_entry(vbus, vd, lba, sectors) 0
50 #define wj_get_entry(vbus, vd_p, lba_p, sectors_p) 0
51 #define wj_del_entry(vbus, handle) 0
52 #define wj_del_vd(vbus, v
[all...]
H A Dldm.h152 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
155 void dmapool_active(PVBUS vbus);
158 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
161 void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
162 void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
163 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
164 void dmapool_init(PVBUS vbus);
165 HPT_UINT dmapool_max_class_pages(PVBUS vbus);
187 void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
188 void ldm_remove_timer(PVBUS vbus, struc
197 PVBUS vbus; member in struct:_LDM_ADAPTER
208 PVBUS vbus; member in struct:_IOCTL_ARG
360 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhptnr_osm_bsd.c69 PVBUS vbus; local
111 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
115 ldm_for_each_vbus(vbus, vbus_ext) {
116 if (hba->ldm_adapter.vbus==vbus) {
152 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
195 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
219 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
239 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
244 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
335 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
520 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
854 PVBUS vbus; local
978 PVBUS vbus; local
1341 PVBUS vbus; local
[all...]
H A Dos_bsd.h146 * adapter/vbus extensions:
148 * each vbus has a vbus_ext passed to ldm_create_vbus().
191 struct cam_sim *sim; /* sim for this vbus */
192 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
209 /* the LDM vbus instance continues */
210 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dosm.h184 void (*func)(void *vbus, void *data);
H A Dhim.h405 struct _VBUS * vbus; member in struct:_COMMAND
H A Dhptnr_os_bsd.c244 ldm_on_timer((PVBUS)vbus_ext->vbus);
/freebsd-10.0-release/sys/dev/hptrr/
H A Dldm.h152 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
155 void dmapool_active(PVBUS vbus);
158 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
161 void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
162 void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
163 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
164 void dmapool_init(PVBUS vbus);
165 HPT_UINT dmapool_max_class_pages(PVBUS vbus);
187 void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
188 void ldm_remove_timer(PVBUS vbus, struc
197 PVBUS vbus; member in struct:_LDM_ADAPTER
207 PVBUS vbus; member in struct:_IOCTL_ARG
358 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhptrr_osm_bsd.c78 PVBUS vbus; local
119 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
123 ldm_for_each_vbus(vbus, vbus_ext) {
124 if (hba->ldm_adapter.vbus==vbus) {
160 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
203 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
227 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
247 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
252 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
343 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
528 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
864 PVBUS vbus; local
988 PVBUS vbus; local
1350 PVBUS vbus; local
[all...]
H A Dos_bsd.h144 * adapter/vbus extensions:
146 * each vbus has a vbus_ext passed to ldm_create_vbus().
189 struct cam_sim *sim; /* sim for this vbus */
190 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
207 /* the LDM vbus instance continues */
208 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dosm.h154 void (*func)(void *vbus, void *data);
H A Dhim.h363 struct _VBUS * vbus; member in struct:_COMMAND
H A Dhptrr_os_bsd.c215 ldm_on_timer((PVBUS)vbus_ext->vbus);
/freebsd-10.0-release/sys/dev/hptmv/
H A Dvdevice.h49 PVBus pVBus; /* vbus this device located. Must not be NULL. */
168 #error You must set one vbus setting

Completed in 203 milliseconds