Searched defs:hba (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/sys/dev/raid/hptiop/ |
H A D | hptiop.c | 186 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_open() local 199 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 229 static u_int64_t hptiop_mv_outbound_read(struct hpt_iop_hba *hba) in hptiop_mv_outbound_read() 252 static void hptiop_mv_inbound_write(u_int64_t p, struct hpt_iop_hba *hba) in hptiop_mv_inbound_write() 267 static void hptiop_post_msg_itl(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_itl() 273 static void hptiop_post_msg_mv(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_mv() 282 static void hptiop_post_msg_mvfrey(struct hpt_iop_hba *hba, u_int32_t msg) in hptiop_post_msg_mvfrey() 288 static int hptiop_wait_ready_itl(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_itl() 309 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 | 454 struct hpt_iop_hba *hba; member 463 #define hptiop_lock_adapter(hba) lockmgr(&(hba)->lock, LK_EXCLUSIVE) argument 464 #define hptiop_unlock_adapter(hba) lockmgr(&(hba)->lock, LK_RELEASE) argument 471 static __inline int hptiop_sleep(struct hpt_iop_hba *hba, void *ident, in hptiop_sleep()
|
/dflybsd-src/sys/dev/raid/hpt27xx/ |
H A D | hpt27xx_osm_bsd.c | 39 PHBA hba; in hpt_probe() local 65 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local 138 PHBA hba; in hpt_alloc_mem() local 243 PHBA hba; in hpt_init_vbus() local 329 PHBA hba; in hpt_shutdown_vbus() local 1005 PHBA hba; in hpt_final_init() local
|
H A D | hpt27xx_os_bsd.c | 105 PHBA hba = (PHBA)osext; in os_map_pci_bar() local 128 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
|
/dflybsd-src/sys/dev/raid/hptrr/ |
H A D | hptrr_osm_bsd.c | 79 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local 153 PHBA hba; in hpt_alloc_mem() local 259 PHBA hba; in hpt_init_vbus() local 342 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
|
/dflybsd-src/sys/dev/disk/isp/ |
H A D | isp_freebsd.c | 532 struct isp_hba_device *hba = (struct isp_hba_device *) addr; in ispioctl() local
|
/dflybsd-src/sys/dev/raid/iir/ |
H A D | iir.h | 391 #define hba2minor(hba) ( (hba << 13) & HBA_MASK ) argument
|