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

/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c94 PHBA hba = (PHBA)osext; local
112 PHBA hba = (PHBA)osext; local
[all...]
H A Dhptrr_osm_bsd.c82 PHBA hba = (PHBA)device_get_softc(dev); local
156 PHBA hba; local
262 PHBA hba; local
345 PHBA hba; local
981 PHBA hba; local
[all...]
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c117 PHBA hba = (PHBA)osext; local
140 PHBA hba = (PHBA)osext; local
[all...]
H A Dhpt27xx_osm_bsd.c73 PHBA hba = (PHBA)device_get_softc(dev); local
153 PHBA hba; local
259 PHBA hba; local
345 PHBA hba; local
1138 PHBA hba; local
[all...]
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c103 PHBA hba = (PHBA)osext; local
126 PHBA hba = (PHBA)osext; local
[all...]
H A Dhptnr_osm_bsd.c75 PHBA hba = (PHBA)device_get_softc(dev); local
150 PHBA hba; local
256 PHBA hba; local
339 PHBA hba; local
1333 PHBA hba; local
[all...]
/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.c193 struct hpt_iop_hba *hba = hba_from_dev(dev); local
206 struct hpt_iop_hba *hba = hba_from_dev(dev); local
215 struct hpt_iop_hba *hba = hba_from_dev(dev); local
234 hptiop_mv_outbound_read(struct hpt_iop_hba *hba) argument
257 hptiop_mv_inbound_write(u_int64_t p, struct hpt_iop_hba *hba) argument
272 hptiop_post_msg_itl(struct hpt_iop_hba *hba, u_int32_t msg) argument
278 hptiop_post_msg_mv(struct hpt_iop_hba *hba, u_int32_t msg) argument
287 hptiop_post_msg_mvfrey(struct hpt_iop_hba *hba, u_int32_t msg) argument
293 hptiop_wait_ready_itl(struct hpt_iop_hba * hba, u_int32_t millisec) argument
314 hptiop_wait_ready_mv(struct hpt_iop_hba * hba, u_int32_t millisec) argument
322 hptiop_wait_ready_mvfrey(struct hpt_iop_hba * hba, u_int32_t millisec) argument
331 hptiop_request_callback_itl(struct hpt_iop_hba * hba, u_int32_t index) argument
468 hptiop_drain_outbound_queue_itl(struct hpt_iop_hba *hba) argument
507 hptiop_intr_itl(struct hpt_iop_hba * hba) argument
530 hptiop_request_callback_mv(struct hpt_iop_hba * hba, u_int64_t _tag) argument
626 hptiop_request_callback_mvfrey(struct hpt_iop_hba * hba, u_int32_t _tag) argument
731 hptiop_drain_outbound_queue_mv(struct hpt_iop_hba * hba) argument
744 hptiop_intr_mv(struct hpt_iop_hba * hba) argument
769 hptiop_intr_mvfrey(struct hpt_iop_hba * hba) argument
813 hptiop_send_sync_request_itl(struct hpt_iop_hba * hba, u_int32_t req32, u_int32_t millisec) argument
835 hptiop_send_sync_request_mv(struct hpt_iop_hba *hba, void *req, u_int32_t millisec) argument
859 hptiop_send_sync_request_mvfrey(struct hpt_iop_hba *hba, void *req, u_int32_t millisec) argument
901 hptiop_send_sync_msg(struct hpt_iop_hba *hba, u_int32_t msg, u_int32_t millisec) argument
919 hptiop_get_config_itl(struct hpt_iop_hba * hba, struct hpt_iop_request_get_config * config) argument
952 hptiop_get_config_mv(struct hpt_iop_hba * hba, struct hpt_iop_request_get_config * config) argument
975 hptiop_get_config_mvfrey(struct hpt_iop_hba * hba, struct hpt_iop_request_get_config * config) argument
1006 hptiop_set_config_itl(struct hpt_iop_hba *hba, struct hpt_iop_request_set_config *config) argument
1036 hptiop_set_config_mv(struct hpt_iop_hba *hba, struct hpt_iop_request_set_config *config) argument
1063 hptiop_set_config_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_request_set_config *config) argument
1088 hptiop_post_ioctl_command_itl(struct hpt_iop_hba *hba, u_int32_t req32, struct hpt_iop_ioctl_param *pParams) argument
1139 hptiop_bus_space_copyin(struct hpt_iop_hba *hba, u_int32_t bus, void *user, int size) argument
1154 hptiop_bus_space_copyout(struct hpt_iop_hba *hba, u_int32_t bus, void *user, int size) argument
1169 hptiop_do_ioctl_itl(struct hpt_iop_hba *hba, struct hpt_iop_ioctl_param * pParams) argument
1222 hptiop_post_ioctl_command_mv(struct hpt_iop_hba *hba, struct hpt_iop_request_ioctl_command *req, struct hpt_iop_ioctl_param *pParams) argument
1261 hptiop_do_ioctl_mv(struct hpt_iop_hba *hba, struct hpt_iop_ioctl_param *pParams) argument
1302 hptiop_post_ioctl_command_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_request_ioctl_command *req, struct hpt_iop_ioctl_param *pParams) argument
1358 hptiop_do_ioctl_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_ioctl_param *pParams) argument
1399 hptiop_rescan_bus(struct hpt_iop_hba * hba) argument
1419 hptiop_alloc_pci_res_itl(struct hpt_iop_hba *hba) argument
1445 hptiop_alloc_pci_res_mv(struct hpt_iop_hba *hba) argument
1494 hptiop_alloc_pci_res_mvfrey(struct hpt_iop_hba *hba) argument
1544 hptiop_release_pci_res_itl(struct hpt_iop_hba *hba) argument
1551 hptiop_release_pci_res_mv(struct hpt_iop_hba *hba) argument
1561 hptiop_release_pci_res_mvfrey(struct hpt_iop_hba *hba) argument
1571 hptiop_internal_memalloc_mv(struct hpt_iop_hba *hba) argument
1615 hptiop_internal_memalloc_mvfrey(struct hpt_iop_hba *hba) argument
1672 hptiop_internal_memfree_itl(struct hpt_iop_hba *hba) argument
1676 hptiop_internal_memfree_mv(struct hpt_iop_hba *hba) argument
1688 hptiop_internal_memfree_mvfrey(struct hpt_iop_hba *hba) argument
1700 hptiop_reset_comm_mvfrey(struct hpt_iop_hba *hba) argument
1813 struct hpt_iop_hba *hba; local
1882 struct hpt_iop_hba *hba = (struct hpt_iop_hba *)device_get_softc(dev); local
2137 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)device_get_softc(dev); local
2165 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)device_get_softc(dev); local
2184 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)arg; local
2192 struct hpt_iop_hba *hba; local
2203 hptiop_enable_intr_itl(struct hpt_iop_hba *hba) argument
2209 hptiop_enable_intr_mv(struct hpt_iop_hba *hba) argument
2220 hptiop_enable_intr_mvfrey(struct hpt_iop_hba *hba) argument
2232 hptiop_disable_intr_itl(struct hpt_iop_hba *hba) argument
2243 hptiop_disable_intr_mv(struct hpt_iop_hba *hba) argument
2254 hptiop_disable_intr_mvfrey(struct hpt_iop_hba *hba) argument
2268 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)argv; local
2274 hptiop_get_srb(struct hpt_iop_hba * hba) argument
2287 hptiop_free_srb(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb) argument
2295 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)cam_sim_softc(sim); local
2390 hptiop_post_req_itl(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2515 hptiop_post_req_mv(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2569 hptiop_post_req_mvfrey(struct hpt_iop_hba *hba, struct hpt_iop_srb *srb, bus_dma_segment_t *segs, int nsegs) argument
2646 struct hpt_iop_hba *hba = srb->hba; local
2666 struct hpt_iop_hba *hba = (struct hpt_iop_hba *)arg; local
2676 struct hpt_iop_hba *hba = (struct hpt_iop_hba *)arg; local
2711 struct hpt_iop_hba * hba = (struct hpt_iop_hba *)arg; local
2761 hptiop_os_message_callback(struct hpt_iop_hba * hba, u_int32_t msg) argument
2766 hptiop_os_query_remove_device(struct hpt_iop_hba * hba, int target_id) argument
2790 hptiop_release_resource(struct hpt_iop_hba *hba) argument
[all...]
H A Dhptiop.h458 struct hpt_iop_hba *hba; member in struct:hpt_iop_srb
476 hptiop_sleep(struct hpt_iop_hba *hba, void *ident, int priority, const char *wmesg, int timo) argument
[all...]
/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.c496 struct isp_hba_device *hba = (struct isp_hba_device *) addr; local
[all...]

Completed in 84 milliseconds