Searched refs:ct_syshandle (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | isp_target.c | 707 cto->ct_syshandle = hdl; in isp_endcmd() 750 cto->ct_syshandle = hdl; in isp_endcmd() 779 cto->ct_syshandle = hdl; in isp_endcmd() 845 ct->ct_syshandle = bus; in isp_target_async() 852 ct->ct_syshandle = bus; in isp_target_async() 858 ct->ct_syshandle = bus; in isp_target_async() 1416 if (ct->ct_syshandle) { in isp_handle_ctio() 1417 xs = isp_find_xs_tgt(isp, ct->ct_syshandle); in isp_handle_ctio() 1534 if (ct->ct_syshandle == 0) { in isp_handle_ctio() 1541 …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 …]
|
| D | isp_library.c | 666 ctio->ct_syshandle = hdp->handle; in isp_clear_commands() 671 ctio->ct_syshandle = hdp->handle; in isp_clear_commands() 676 ctio->ct_syshandle = hdp->handle; in isp_clear_commands() 2060 ct->ct_syshandle = 0; in isp_send_tgt_cmd() 2109 ct->ct_syshandle = 0; in isp_send_tgt_cmd() 2862 ISP_IOXPUT_16(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio() 2900 ISP_IOXGET_16(isp, &src->ct_syshandle, dst->ct_syshandle); in isp_get_ctio() 2937 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio2() 2991 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio2e() 3045 ISP_IOXPUT_32(isp, src->ct_syshandle, &dst->ct_syshandle); in isp_put_ctio7() [all …]
|
| D | ispmbox.h | 2153 uint16_t ct_syshandle; member 2251 uint32_t ct_syshandle; member 2306 uint32_t ct_syshandle; member 2382 uint32_t ct_syshandle; member
|