Lines Matching refs:ctlcfg_ptr
597 struct hpt_iop_request_ioctl_command *req = hba->ctlcfg_ptr; in hptiop_request_callback_mv()
709 wakeup((struct hpt_iop_request_ioctl_command *)hba->ctlcfg_ptr); in hptiop_request_callback_mvfrey()
943 if (!(req = hba->ctlcfg_ptr)) in hptiop_get_config_mv()
1027 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mv()
1054 if (!(req = hba->ctlcfg_ptr)) in hptiop_set_config_mvfrey()
1256 req = (struct hpt_iop_request_ioctl_command *)(hba->ctlcfg_ptr); in hptiop_do_ioctl_mv()
1353 req = (struct hpt_iop_request_ioctl_command *)(hba->ctlcfg_ptr); in hptiop_do_ioctl_mvfrey()
1576 if (bus_dmamem_alloc(hba->ctlcfg_dmat, (void **)&hba->ctlcfg_ptr, in hptiop_internal_memalloc_mv()
1586 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mv()
1592 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mv()
1633 if (bus_dmamem_alloc(hba->ctlcfg_dmat, (void **)&hba->ctlcfg_ptr, in hptiop_internal_memalloc_mvfrey()
1643 hba->ctlcfg_dmamap, hba->ctlcfg_ptr, in hptiop_internal_memalloc_mvfrey()
1649 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memalloc_mvfrey()
1667 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memfree_mv()
1679 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_internal_memfree_mvfrey()
2659 hba->ctlcfg_ptr = (u_int8_t *)(((unsigned long)hba->ctlcfg_ptr + 0x1F) in hptiop_mv_map_ctlcfg()
2673 p = (u_int8_t *)(((unsigned long)hba->ctlcfg_ptr + 0x1F) in hptiop_mvfrey_map_ctlcfg()
2677 hba->ctlcfg_ptr = p; in hptiop_mvfrey_map_ctlcfg()
2729 if (hba->ctlcfg_ptr == 0) {/*itl iop*/ in hptiop_map_srb()
2813 hba->ctlcfg_ptr, hba->ctlcfg_dmamap); in hptiop_release_resource()