Searched defs:hba (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.c | 188 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 D | hptiop.h | 456 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 D | hptrr_osm_bsd.c | 80 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 D | hptrr_os_bsd.c | 92 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 D | hpt27xx_osm_bsd.c | 71 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 D | hpt27xx_os_bsd.c | 115 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 D | hptnr_osm_bsd.c | 73 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 D | hptnr_os_bsd.c | 101 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 D | mmc_xpt.c | 1202 mmc_path_inq(struct ccb_pathinq *cpi, const char *hba, in mmc_path_inq()
|