Searched refs:ct_nphdl (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/isp/ |
H A D | isp_target.c | 264 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 D | isp_library.c | 485 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 D | ispmbox.h | 1436 uint16_t ct_nphdl; /* status on returned CTIOs */ member
|