Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_target.c264 cto->ct_nphdl = nphdl; in isp_endcmd()
592 switch (ct->ct_nphdl) { in isp_handle_ctio7()
669 isp_prt(isp, ISP_LOGERR, "Unknown CTIO7 status 0x%x", ct->ct_nphdl); in isp_handle_ctio7()
690 isp_prt(isp, pl, "NO xs for CTIO (handle 0x%x) status 0x%x", ct->ct_syshandle, ct->ct_nphdl); in isp_handle_ctio7()
H A Disp_library.c485 ctio.ct_nphdl = CT_HBA_RESET; in isp_clear_commands()
1675 ISP_IOXPUT_16(isp, src->ct_nphdl, &dst->ct_nphdl); in isp_put_ctio7()
1725 ISP_IOXGET_16(isp, &src->ct_nphdl, dst->ct_nphdl); in isp_get_ctio7()
H A Dispmbox.h1436 uint16_t ct_nphdl; /* status on returned CTIOs */ member