Searched refs:ct_syshandle (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp_target.c | 666 cto->ct_syshandle = hdl; in isp_endcmd() 709 cto->ct_syshandle = hdl; in isp_endcmd() 738 cto->ct_syshandle = hdl; in isp_endcmd() 804 ct->ct_syshandle = bus; in isp_target_async() 811 ct->ct_syshandle = bus; in isp_target_async() 817 ct->ct_syshandle = bus; in isp_target_async() 1375 if (ct->ct_syshandle) { in isp_handle_ctio() 1376 xs = isp_find_xs_tgt(isp, ct->ct_syshandle); in isp_handle_ctio() 1493 if (ct->ct_syshandle == 0) { in isp_handle_ctio() 1500 …isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_status & ~QL… in isp_handle_ctio() [all …]
|
| HD | isp_library.c | 644 ctio->ct_syshandle = hdp->handle; in isp_clear_commands() 649 ctio->ct_syshandle = hdp->handle; in isp_clear_commands() 654 ctio->ct_syshandle = hdp->handle; in isp_clear_commands() 2038 ct->ct_syshandle = 0; in isp_send_tgt_cmd() 2087 ct->ct_syshandle = 0; in isp_send_tgt_cmd() 2840 ISP_IOXPUT_16(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio() 2878 ISP_IOXGET_16(isp, &src->ct_syshandle, dst->ct_syshandle); in isp_get_ctio() 2915 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio2() 2969 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio2e() 3023 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio7() [all …]
|
| HD | ispmbox.h | 2152 uint16_t ct_syshandle; member 2250 uint32_t ct_syshandle; member 2305 uint32_t ct_syshandle; member 2381 uint32_t ct_syshandle; member
|
| HD | isp_freebsd.c | 1724 cto->ct_syshandle = handle; in isp_target_start_ctio() 1727 cto->ct_syshandle = handle; in isp_target_start_ctio() 1730 cto->ct_syshandle = handle; in isp_target_start_ctio() 2359 handle = ((ct_entry_t *)arg)->ct_syshandle; in isp_handle_platform_ctio() 2361 handle = ((ct2_entry_t *)arg)->ct_syshandle; in isp_handle_platform_ctio()
|