Lines Matching refs:ct_syshandle
560 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()
1252 xs = isp_find_xs(isp, ct->ct_syshandle); in isp_handle_ctio7()
1349 if (ct->ct_syshandle == 0) { in isp_handle_ctio7()
1358 isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_nphdl); in isp_handle_ctio7()
1362 ISP_DMAFREE(isp, xs, ct->ct_syshandle); in isp_handle_ctio7()