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

/freebsd-13-stable/sys/dev/hpt27xx/
H A Dwj.h41 void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
42 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
43 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
44 void wj_del_entry(PVBUS vbus, void *handle);
45 void wj_del_vd(PVBUS vbus, PVDEV vd);
46 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
50 #define wj_add_entry(vbus, vd, lba, sectors) 0
51 #define wj_get_entry(vbus, vd_p, lba_p, sectors_p) 0
52 #define wj_del_entry(vbus, handle) 0
53 #define wj_del_vd(vbus, v
[all...]
H A Dldm.h151 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
154 void dmapool_active(PVBUS vbus);
157 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
160 void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
161 void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
162 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
163 void dmapool_init(PVBUS vbus);
164 HPT_UINT dmapool_max_class_pages(PVBUS vbus);
186 void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
187 void ldm_remove_timer(PVBUS vbus, struc
196 PVBUS vbus; member in struct:_LDM_ADAPTER
207 PVBUS vbus; member in struct:_IOCTL_ARG
362 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhpt27xx_osm_bsd.c77 PVBUS vbus; local
120 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
124 ldm_for_each_vbus(vbus, vbus_ext) {
125 if (hba->ldm_adapter.vbus==vbus) {
161 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
204 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
228 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
248 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
253 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
344 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
572 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
1025 PVBUS vbus; local
1137 PVBUS vbus; local
[all...]
H A Dos_bsd.h125 * adapter/vbus extensions:
127 * each vbus has a vbus_ext passed to ldm_create_vbus().
172 struct cam_sim *sim; /* sim for this vbus */
173 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
188 /* the LDM vbus instance continues */
189 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dosm.h191 void (*func)(void *vbus, void *data);
H A Dhim.h422 struct _VBUS * vbus; member in struct:_COMMAND
H A Dhpt27xx_os_bsd.c245 ldm_on_timer((PVBUS)vbus_ext->vbus);
/freebsd-13-stable/sys/dev/hptnr/
H A Dwj.h42 void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
43 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
44 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
45 void wj_del_entry(PVBUS vbus, void *handle);
46 void wj_del_vd(PVBUS vbus, PVDEV vd);
47 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
51 #define wj_add_entry(vbus, vd, lba, sectors) 0
52 #define wj_get_entry(vbus, vd_p, lba_p, sectors_p) 0
53 #define wj_del_entry(vbus, handle) 0
54 #define wj_del_vd(vbus, v
[all...]
H A Dldm.h151 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
154 void dmapool_active(PVBUS vbus);
157 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
160 void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
161 void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
162 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
163 void dmapool_init(PVBUS vbus);
164 HPT_UINT dmapool_max_class_pages(PVBUS vbus);
186 void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
187 void ldm_remove_timer(PVBUS vbus, struc
196 PVBUS vbus; member in struct:_LDM_ADAPTER
207 PVBUS vbus; member in struct:_IOCTL_ARG
361 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhptnr_osm_bsd.c79 PVBUS vbus; local
117 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
121 ldm_for_each_vbus(vbus, vbus_ext) {
122 if (hba->ldm_adapter.vbus==vbus) {
158 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
201 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
225 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
245 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
250 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
338 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
576 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
1220 PVBUS vbus; local
1332 PVBUS vbus; local
1663 PVBUS vbus; local
[all...]
H A Dos_bsd.h127 * adapter/vbus extensions:
129 * each vbus has a vbus_ext passed to ldm_create_vbus().
172 struct cam_sim *sim; /* sim for this vbus */
173 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.h410 struct _VBUS * vbus; member in struct:_COMMAND
H A Dhptnr_os_bsd.c231 ldm_on_timer((PVBUS)vbus_ext->vbus);
/freebsd-13-stable/sys/dev/hptrr/
H A Dldm.h150 void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
153 void dmapool_active(PVBUS vbus);
156 int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
159 void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
160 void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
161 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
162 void dmapool_init(PVBUS vbus);
163 HPT_UINT dmapool_max_class_pages(PVBUS vbus);
185 void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
186 void ldm_remove_timer(PVBUS vbus, struc
195 PVBUS vbus; member in struct:_LDM_ADAPTER
205 PVBUS vbus; member in struct:_IOCTL_ARG
356 PVBUS vbus; member in struct:_VDEV
[all...]
H A Dhptrr_osm_bsd.c86 PVBUS vbus; local
123 ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
127 ldm_for_each_vbus(vbus, vbus_ext) {
128 if (hba->ldm_adapter.vbus==vbus) {
164 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
207 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
231 p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
251 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
256 while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus,
344 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
540 PVBUS vbus = (PVBUS)vbus_ext->vbus; local
868 PVBUS vbus; local
980 PVBUS vbus; local
1310 PVBUS vbus; local
[all...]
H A Dos_bsd.h128 * adapter/vbus extensions:
130 * each vbus has a vbus_ext passed to ldm_create_vbus().
173 struct cam_sim *sim; /* sim for this vbus */
174 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
187 /* the LDM vbus instance continues */
188 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long)))); member in struct:_vbus_ext
H A Dhptrr_os_bsd.c217 ldm_on_timer((PVBUS)vbus_ext->vbus);
H A Dosm.h156 void (*func)(void *vbus, void *data);
H A Dhim.h365 struct _VBUS * vbus; member in struct:_COMMAND
/freebsd-13-stable/sys/dev/hptmv/
H A Dvdevice.h51 PVBus pVBus; /* vbus this device located. Must not be NULL. */
170 #error You must set one vbus setting

Completed in 191 milliseconds