Home
last modified time | relevance | path

Searched refs:ct_syshandle (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/isp/
HDisp_target.c560 cto->ct_syshandle = hdl; in isp_endcmd()
603 cto->ct_syshandle = hdl; in isp_endcmd()
669 ct->ct_syshandle = bus; in isp_target_async()
676 ct->ct_syshandle = bus; in isp_target_async()
1096 if (ct->ct_syshandle) { in isp_handle_ctio2()
1097 xs = isp_find_xs(isp, ct->ct_syshandle); in isp_handle_ctio2()
1207 if (ct->ct_syshandle == 0) { in isp_handle_ctio2()
1214 …isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_status & ~QL… in isp_handle_ctio2()
1218 ISP_DMAFREE(isp, xs, ct->ct_syshandle); in isp_handle_ctio2()
1251 if (ct->ct_syshandle) { in isp_handle_ctio7()
[all …]
HDispmbox.h2256 uint16_t ct_syshandle; member
2354 uint32_t ct_syshandle; member
2412 uint32_t ct_syshandle; member
2491 uint32_t ct_syshandle; member
HDisp_library.c596 ctio->ct_syshandle = hdp->handle; in isp_clear_commands()
601 ctio->ct_syshandle = hdp->handle; in isp_clear_commands()
2713 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio2()
2773 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio2e()
2833 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio7()
2884 ISP_IOXGET_32(isp, &src->ct_syshandle, dst->ct_syshandle); in isp_get_ctio2()
2946 ISP_IOXGET_32(isp, &src->ct_syshandle, dst->ct_syshandle); in isp_get_ctio2e()
3007 ISP_IOXGET_32(isp, &src->ct_syshandle, dst->ct_syshandle); in isp_get_ctio7()
HDisp_freebsd.c1719 cto->ct_syshandle = handle; in isp_target_start_ctio()
1722 cto->ct_syshandle = handle; in isp_target_start_ctio()
2383 handle = ((ct2_entry_t *)arg)->ct_syshandle; in isp_handle_platform_ctio()