Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isp/
Disp_target.c664 cto->ct_nphdl = nphdl; in isp_endcmd()
832 ct->ct_nphdl = CT7_OK; in isp_target_async()
1725 switch (ct->ct_nphdl) { in isp_handle_ctio7()
1802 isp_prt(isp, ISP_LOGERR, "Unknown CTIO7 status 0x%x", ct->ct_nphdl); in isp_handle_ctio7()
1823 isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_nphdl); in isp_handle_ctio7()
Disp_freebsd.c1726 cto->ct_nphdl = atp->nphdl; in isp_target_start_ctio()
2927 if (ct->ct_nphdl == CT7_SRR) { in isp_handle_platform_ctio()
2934 if (ct->ct_nphdl == CT_HBA_RESET) { in isp_handle_platform_ctio()
2938 ok = (ct->ct_nphdl == CT7_OK); in isp_handle_platform_ctio()
2946 …notify_cam, ct->ct_nphdl, ct->ct_flags, (ccb->ccb_h.status & CAM_SENT_SENSE) != 0, resid, sentstat… in isp_handle_platform_ctio()
3314 cto->ct_nphdl = nphdl; in isp_handle_platform_target_notify_ack()
3342 cto->ct_nphdl = mp->nt_nphdl; in isp_handle_platform_target_notify_ack()
Disp_library.c727 ctio->ct_nphdl = CT_HBA_RESET; in isp_clear_commands()
3103 ISP_IOXPUT_16(isp, src->ct_nphdl, &dst->ct_nphdl); in isp_put_ctio7()
3277 ISP_IOXGET_16(isp, &src->ct_nphdl, dst->ct_nphdl); in isp_get_ctio7()
Dispmbox.h2375 uint16_t ct_nphdl; /* status on returned CTIOs */ member