Searched defs:hba (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c92 PHBA hba = (PHBA)osext; local
110 PHBA hba = (PHBA)osext; local
[all...]
H A Dhptrr_osm_bsd.c80 PHBA hba = (PHBA)device_get_softc(dev); local
154 PHBA hba; local
260 PHBA hba; local
343 PHBA hba; local
979 PHBA hba; local
[all...]
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c115 PHBA hba = (PHBA)osext; local
138 PHBA hba = (PHBA)osext; local
[all...]
H A Dhpt27xx_osm_bsd.c71 PHBA hba = (PHBA)device_get_softc(dev); local
151 PHBA hba; local
257 PHBA hba; local
343 PHBA hba; local
1136 PHBA hba; local
[all...]
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c101 PHBA hba = (PHBA)osext; local
124 PHBA hba = (PHBA)osext; local
[all...]
H A Dhptnr_osm_bsd.c73 PHBA hba = (PHBA)device_get_softc(dev); local
148 PHBA hba; local
254 PHBA hba; local
337 PHBA hba; local
1331 PHBA hba; local
[all...]
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.c191 struct hpt_iop_hba *hba = hba_from_dev(dev); local
204 struct hpt_iop_hba *hba = hba_from_dev(dev); local
213 struct hpt_iop_hba *hba = hba_from_dev(dev); local
232 hptiop_mv_outbound_read(struct hpt_iop_hba *hba) argument
255 hptiop_mv_inbound_write(u_int64_t p, struct hpt_iop_hba *hba) argument
270 hptiop_post_msg_itl(struct hpt_iop_hba *hba, u_int32_t msg) argument
276 hptiop_post_msg_mv(struct hpt_iop_hba *hba, u_int32_t msg) argument
285 hptiop_post_msg_mvfrey(struct hpt_iop_hba *hba, u_int32_t msg) argument
291 hptiop_wait_ready_itl(struct hpt_iop_hba * hba, u_int32_t millisec) argument
312 hptiop_wait_ready_mv(struct hpt_iop_hba * hba, u_int32_t millisec) argument
320 hptiop_wait_ready_mvfrey(struct hpt_iop_hba * hba, u_int32_t millisec) argument
329 hptiop_request_callback_itl(struct hpt_iop_hba * hba, u_int32_t index) argument
466 hptiop_drain_outbound_queue_itl(struct hpt_iop_hba *hba) argument
505 hptiop_intr_itl(struct hpt_iop_hba * hba) argument
528 hptiop_request_callback_mv(struct hpt_iop_hba * hba, u_int64_t _tag) argument
624 hptiop_request_callback_mvfrey(struct hpt_iop_hba * hba, u_int32_t _tag) argument
729 hptiop_drain_outbound_queue_mv(struct hpt_iop_hba * hba) argument
742 hptiop_intr_mv(struct hpt_iop_hba * hba) argument
767 hptiop_intr_mvfrey(struct hpt_iop_hba * hba) argument
811 hptiop_send_sync_request_itl(struct hpt_iop_hba * hba, u_int32_t req32, u_int32_t millisec) argument
833 hptiop_send_sync_request_mv(struct hpt_iop_hba *hba, void *req, u_int32_t millisec) argument
857 hptiop_send_sync_request_mvfrey(struct hpt_iop_hba *hba, void *req, u_int32_t millisec) argument
899 hptiop_send_sync_msg(struct hpt_iop_hba *hba, u_int32_t msg, u_int32_t millisec) argument
917 hptiop_get_config_itl(struct hpt_iop_hba * hba, struct hpt_iop_request_get_config * config) argument
950 hptiop_get_config_mv(struct hpt_iop_hba * hba, struct hpt_iop_request_get_config * config) argument
973 hptiop_get_config_mvfrey(struct hpt_iop_hba * hba, struct hpt_iop_request_get_config * config) argument
1004 hptiop_set_config_itl(struct hpt_iop_hba *hba, struct hpt_iop_request_set_config *config) argument
1034 hptiop_set_config_mv(struct hpt_iop_hba *hba, struct hpt_iop_request_set_config *config) argument
1061 hptiop_set_config_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_request_set_config *config) argument
1086 hptiop_post_ioctl_command_itl(struct hpt_iop_hba *hba, u_int32_t req32, struct hpt_iop_ioctl_param *pParams) argument
1137 hptiop_bus_space_copyin(struct hpt_iop_hba *hba, u_int32_t bus, void *user, int size) argument
1152 hptiop_bus_space_copyout(struct hpt_iop_hba *hba, u_int32_t bus, void *user, int size) argument
1167 hptiop_do_ioctl_itl(struct hpt_iop_hba *hba, struct hpt_iop_ioctl_param * pParams) argument
1220 hptiop_post_ioctl_command_mv(struct hpt_iop_hba *hba, struct hpt_iop_request_ioctl_command *req, struct hpt_iop_ioctl_param *pParams) argument
1259 hptiop_do_ioctl_mv(struct hpt_iop_hba *hba, struct hpt_iop_ioctl_param *pParams) argument
1300 hptiop_post_ioctl_command_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_request_ioctl_command *req, struct hpt_iop_ioctl_param *pParams) argument
1356 hptiop_do_ioctl_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_ioctl_param *pParams) argument
1397 hptiop_rescan_bus(struct hpt_iop_hba * hba) argument
1417 hptiop_alloc_pci_res_itl(struct hpt_iop_hba *hba) argument
1443 hptiop_alloc_pci_res_mv(struct hpt_iop_hba *hba) argument
1492 hptiop_alloc_pci_res_mvfrey(struct hpt_iop_hba *hba) argument
1542 hptiop_release_pci_res_itl(struct hpt_iop_hba *hba) argument
1549 hptiop_release_pci_res_mv(struct hpt_iop_hba *hba) argument
1559 hptiop_release_pci_res_mvfrey(struct hpt_iop_hba *hba) argument
1569 hptiop_internal_memalloc_mv(struct hpt_iop_hba *hba) argument
1613 hptiop_internal_memalloc_mvfrey(struct hpt_iop_hba *hba) argument
1670 hptiop_internal_memfree_itl(struct hpt_iop_hba *hba) argument
1674 hptiop_internal_memfree_mv(struct hpt_iop_hba *hba) argument
1686 hptiop_internal_memfree_mvfrey(struct hpt_iop_hba *hba) argument
1698 hptiop_reset_comm_mvfrey(struct hpt_iop_hba *hba) argument
1811 struct hpt_iop_hba *hba; local
1880 struct hpt_iop_hba *hba = (struct hpt_iop_hba *)device_get_softc(dev); local
2135 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)device_get_softc(dev); local
2163 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)device_get_softc(dev); local
2182 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)arg; local
2190 struct hpt_iop_hba *hba; local
2201 hptiop_enable_intr_itl(struct hpt_iop_hba *hba) argument
2207 hptiop_enable_intr_mv(struct hpt_iop_hba *hba) argument
2218 hptiop_enable_intr_mvfrey(struct hpt_iop_hba *hba) argument
2230 hptiop_disable_intr_itl(struct hpt_iop_hba *hba) argument
2241 hptiop_disable_intr_mv(struct hpt_iop_hba *hba) argument
2252 hptiop_disable_intr_mvfrey(struct hpt_iop_hba *hba) argument
2266 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)argv; local
2272 hptiop_get_srb(struct hpt_iop_hba * hba) argument
2285 hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb) argument
2293 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)cam_sim_softc(sim); local
2388 hptiop_post_req_itl(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2513 hptiop_post_req_mv(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2567 hptiop_post_req_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2644 struct hpt_iop_hba *hba = srb->hba; local
2664 struct hpt_iop_hba *hba = (struct hpt_iop_hba *)arg; local
2674 struct hpt_iop_hba *hba = (struct hpt_iop_hba *)arg; local
2709 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)arg; local
2759 hptiop_os_message_callback(struct hpt_iop_hba * hba, u_int32_t msg) argument
2764 hptiop_os_query_remove_device(struct hpt_iop_hba * hba, int target_id) argument
2788 hptiop_release_resource(struct hpt_iop_hba *hba) argument
[all...]
H A Dhptiop.h456 struct hpt_iop_hba *hba; member in struct:hpt_iop_srb
474 hptiop_sleep(struct hpt_iop_hba *hba, void *ident, int priority, const char *wmesg, int timo) argument
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c503 struct isp_hba_device *hba = (struct isp_hba_device *) addr; local
[all...]

Completed in 200 milliseconds