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

/freebsd-11.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
364 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhpt27xx_osm_bsd.c75 PVBUS vbus; local
118 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
122 ldm_for_each_vbus(vbus, vbus_ext) {
123 if (hba->ldm_adapter.vbus==vbus) {
159 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
202 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
226 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
246 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
251 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
342 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
570 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
1023 PVBUS vbus; local
1135 PVBUS vbus; local
[all...]
H A Dos_bsd.h123 * adapter/vbus extensions:
125 * each vbus has a vbus_ext passed to ldm_create_vbus().
170 struct cam_sim *sim; /* sim for this vbus */
171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
186 /* the LDM vbus instance continues */
187 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dosm.h189 void (*func)(void *vbus, void *data);
H A Dhim.h420 struct _VBUS * vbus; member in struct:_COMMAND
H A Dhpt27xx_os_bsd.c243 ldm_on_timer((PVBUS)vbus_ext->vbus);
/freebsd-11.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
362 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhptnr_osm_bsd.c77 PVBUS vbus; local
115 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
119 ldm_for_each_vbus(vbus, vbus_ext) {
120 if (hba->ldm_adapter.vbus==vbus) {
156 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
199 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
223 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
243 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
248 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
336 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
574 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
1218 PVBUS vbus; local
1330 PVBUS vbus; local
1661 PVBUS vbus; local
[all...]
H A Dos_bsd.h125 * adapter/vbus extensions:
127 * each vbus has a vbus_ext passed to ldm_create_vbus().
170 struct cam_sim *sim; /* sim for this vbus */
171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
184 /* the LDM vbus instance continues */
185 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dosm.h187 void (*func)(void *vbus, void *data);
H A Dhim.h408 struct _VBUS * vbus; member in struct:_COMMAND
H A Dhptnr_os_bsd.c229 ldm_on_timer((PVBUS)vbus_ext->vbus);
/freebsd-11.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.c84 PVBUS vbus; local
121 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
125 ldm_for_each_vbus(vbus, vbus_ext) {
126 if (hba->ldm_adapter.vbus==vbus) {
162 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
205 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
229 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
249 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
254 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
342 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
538 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
866 PVBUS vbus; local
978 PVBUS vbus; local
1308 PVBUS vbus; local
[all...]
H A Dos_bsd.h126 * adapter/vbus extensions:
128 * each vbus has a vbus_ext passed to ldm_create_vbus().
171 struct cam_sim *sim; /* sim for this vbus */
172 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
185 /* the LDM vbus instance continues */
186 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dhptrr_os_bsd.c215 ldm_on_timer((PVBUS)vbus_ext->vbus);
H A Dosm.h154 void (*func)(void *vbus, void *data);
H A Dhim.h363 struct _VBUS * vbus; member in struct:_COMMAND
/freebsd-11.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 188 milliseconds