Home
last modified time | relevance | path

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

/NextBSD/sys/dev/hptiop/
HDhptiop.c191 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_open() local
204 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_close() local
213 struct hpt_iop_hba *hba = hba_from_dev(dev); in hptiop_ioctl() local
232 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 …]
HDhptiop.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()
/NextBSD/sys/dev/hpt27xx/
HDhpt27xx_osm_bsd.c71 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local
151 PHBA hba; in hpt_alloc_mem() local
257 PHBA hba; in hpt_init_vbus() local
343 PHBA hba; in hpt_shutdown_vbus() local
1136 PHBA hba; in hpt_final_init() local
HDhpt27xx_os_bsd.c115 PHBA hba = (PHBA)osext; in os_map_pci_bar() local
138 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
/NextBSD/sys/dev/hptrr/
HDhptrr_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
HDhptrr_os_bsd.c92 PHBA hba = (PHBA)osext; in os_map_pci_bar() local
110 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
/NextBSD/sys/dev/hptnr/
HDhptnr_osm_bsd.c73 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() local
148 PHBA hba; in hpt_alloc_mem() local
254 PHBA hba; in hpt_init_vbus() local
337 PHBA hba; in hpt_shutdown_vbus() local
1331 PHBA hba; in hpt_final_init() local
HDhptnr_os_bsd.c101 PHBA hba = (PHBA)osext; in os_map_pci_bar() local
124 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() local
/NextBSD/sys/dev/isp/
HDisp_freebsd.c557 struct isp_hba_device *hba = (struct isp_hba_device *) addr; in ispioctl() local
/NextBSD/sys/dev/iir/
HDiir.h394 #define hba2minor(hba) ( (hba << 13) & HBA_MASK ) argument