Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
HDisp_target.c635 cto->ct_nphdl = nphdl; in isp_endcmd()
803 ct->ct_nphdl = CT7_OK; in isp_target_async()
1689 switch (ct->ct_nphdl) { in isp_handle_ctio7()
1766 isp_prt(isp, ISP_LOGERR, "Unknown CTIO7 status 0x%x", ct->ct_nphdl); in isp_handle_ctio7()
1787 … isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_nphdl); in isp_handle_ctio7()
HDisp_freebsd.c1532 cto->ct_nphdl = atp->nphdl; in isp_target_start_ctio()
2389 ok = (ct->ct_nphdl == CT7_OK); in isp_handle_platform_ctio()
2399 if (ct->ct_nphdl == CT_HBA_RESET) { in isp_handle_platform_ctio()
2409 …ct->ct_rxid, ct->ct_nphdl, ct->ct_flags, (ccb->ccb_h.status & CAM_SENT_SENSE) != 0, resid, sentsta… in isp_handle_platform_ctio()
2763 cto->ct_nphdl = nphdl; in isp_handle_platform_target_notify_ack()
2791 cto->ct_nphdl = mp->nt_nphdl; in isp_handle_platform_target_notify_ack()
HDisp_library.c645 ctio->ct_nphdl = CT_HBA_RESET; in isp_clear_commands()
3024 ISP_IOXPUT_16(isp, src->ct_nphdl, &dst->ct_nphdl); in isp_put_ctio7()
3185 ISP_IOXGET_16(isp, &src->ct_nphdl, dst->ct_nphdl); in isp_get_ctio7()
HDispmbox.h2382 uint16_t ct_nphdl; /* status on returned CTIOs */ member