Searched defs:hba (Results 1 – 10 of 10) sorted by relevance
191 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_open() local204 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_close() local213 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_ioctl() local232 static u_int64_t hptiop_mv_outbound_read(struct hpt_iop_hba *hba) in hptiop_mv_outbound_read()255 static void hptiop_mv_inbound_write(u_int64_t p, struct hpt_iop_hba *hba) in hptiop_mv_inbound_write()270 static void hptiop_post_msg_itl(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_itl()276 static void hptiop_post_msg_mv(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_mv()285 static void hptiop_post_msg_mvfrey(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_mvfrey()291 static int hptiop_wait_ready_itl(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_itl()312 static int hptiop_wait_ready_mv(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_mv()[all …]
456 struct hpt_iop_hba *hba; member466 #define hptiop_lock_adapter(hba) mtx_lock(&(hba)->lock) argument467 #define hptiop_unlock_adapter(hba) mtx_unlock(&(hba)->lock) argument474 static __inline int hptiop_sleep(struct hpt_iop_hba *hba, void *ident, in hptiop_sleep()
71 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local151 PHBA hba; in hpt_alloc_mem() local257 PHBA hba; in hpt_init_vbus() local343 PHBA hba; in hpt_shutdown_vbus() local1136 PHBA hba; in hpt_final_init() local
115 PHBA hba = (PHBA)osext; in os_map_pci_bar() local138 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
80 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local154 PHBA hba; in hpt_alloc_mem() local260 PHBA hba; in hpt_init_vbus() local343 PHBA hba; in hpt_shutdown_vbus() local979 PHBA hba; in hpt_final_init() local
92 PHBA hba = (PHBA)osext; in os_map_pci_bar() local110 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
73 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local148 PHBA hba; in hpt_alloc_mem() local254 PHBA hba; in hpt_init_vbus() local337 PHBA hba; in hpt_shutdown_vbus() local1331 PHBA hba; in hpt_final_init() local
101 PHBA hba = (PHBA)osext; in os_map_pci_bar() local124 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
557 struct isp_hba_device *hba = (struct isp_hba_device *) addr; in ispioctl() local
394 #define hba2minor(hba) ( (hba << 13) & HBA_MASK ) argument