Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c188 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_open() local
201 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_close() local
210 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_ioctl() local
224 static u_int64_t hptiop_mv_outbound_read(struct hpt_iop_hba *hba) in hptiop_mv_outbound_read()
247 static void hptiop_mv_inbound_write(u_int64_t p, struct hpt_iop_hba *hba) in hptiop_mv_inbound_write()
262 static void hptiop_post_msg_itl(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_itl()
268 static void hptiop_post_msg_mv(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_mv()
277 static void hptiop_post_msg_mvfrey(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_mvfrey()
283 static int hptiop_wait_ready_itl(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_itl()
304 static int hptiop_wait_ready_mv(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_mv()
[all …]
H A Dhptiop.h456 struct hpt_iop_hba *hba; member
466 #define hptiop_lock_adapter(hba) mtx_lock(&(hba)->lock) argument
467 #define hptiop_unlock_adapter(hba) mtx_unlock(&(hba)->lock) argument
474 static __inline int hptiop_sleep(struct hpt_iop_hba *hba, void *ident, in hptiop_sleep()
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c80 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local
154 PHBA hba; in hpt_alloc_mem() local
260 PHBA hba; in hpt_init_vbus() local
343 PHBA hba; in hpt_shutdown_vbus() local
979 PHBA hba; in hpt_final_init() local
H A Dhptrr_os_bsd.c92 PHBA hba = (PHBA)osext; in os_map_pci_bar() local
110 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c71 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local
149 PHBA hba; in hpt_alloc_mem() local
254 PHBA hba; in hpt_init_vbus() local
340 PHBA hba; in hpt_shutdown_vbus() local
1048 PHBA hba; in hpt_final_init() local
H A Dhpt27xx_os_bsd.c115 PHBA hba = (PHBA)osext; in os_map_pci_bar() local
138 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c73 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local
153 PHBA hba; in hpt_alloc_mem() local
258 PHBA hba; in hpt_init_vbus() local
341 PHBA hba; in hpt_shutdown_vbus() local
1335 PHBA hba; in hpt_final_init() local
H A Dhptnr_os_bsd.c101 PHBA hba = (PHBA)osext; in os_map_pci_bar() local
124 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c1202 mmc_path_inq(struct ccb_pathinq *cpi, const char *hba, in mmc_path_inq()