Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_target.c300 cto->ct_syshandle = hdl; in isp_endcmd()
580 if (ct->ct_syshandle) { in isp_handle_ctio7()
581 xs = isp_find_xs(isp, ct->ct_syshandle); in isp_handle_ctio7()
678 if (ct->ct_syshandle == 0) { in isp_handle_ctio7()
687 isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_nphdl); in isp_handle_ctio7()
H A Disp_library.c484 ctio.ct_syshandle = hdp->handle; in isp_clear_commands()
1674 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio7()
1724 ISP_IOXGET_32(isp, &src->ct_syshandle, dst->ct_syshandle); in isp_get_ctio7()
H A Dispmbox.h1435 uint32_t ct_syshandle; member
H A Disp_freebsd.c1232 cto->ct_syshandle = handle; in isp_target_start_ctio()
1591 handle = ct->ct_syshandle; in isp_handle_platform_ctio()