Searched refs:nt_ncode (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/isp/ |
| H A D | isp_target.c | 329 notify.nt_ncode = NT_LINK_UP; in isp_target_async() 334 notify.nt_ncode = NT_LINK_DOWN; in isp_target_async() 342 notify.nt_ncode = NT_LIP_RESET; in isp_target_async() 393 notify.nt_ncode = NT_QUERY_TASK_SET; in isp_got_tmf_24xx() 396 notify.nt_ncode = NT_ABORT_TASK_SET; in isp_got_tmf_24xx() 399 notify.nt_ncode = NT_CLEAR_TASK_SET; in isp_got_tmf_24xx() 402 notify.nt_ncode = NT_QUERY_ASYNC_EVENT; in isp_got_tmf_24xx() 405 notify.nt_ncode = NT_LUN_RESET; in isp_got_tmf_24xx() 408 notify.nt_ncode = NT_TARGET_RESET; in isp_got_tmf_24xx() 411 notify.nt_ncode = NT_CLEAR_ACA; in isp_got_tmf_24xx() [all …]
|
| H A D | isp_target.h | 69 isp_ncode_t nt_ncode; /* action */ member
|
| H A D | isp_freebsd.c | 1710 …O, "Notify Code 0x%x (qevalid=%d) acked- h/w not ready (dropping)", mp->nt_ncode, mp->nt_lreserved… in isp_handle_platform_target_notify_ack() 1762 …isp_prt(isp, ISP_LOGTINFO, "Notify Code 0x%x (qevalid=%d) being acked", mp->nt_ncode, mp->nt_lrese… in isp_handle_platform_target_notify_ack() 1788 …LOGTDEBUG0, "%s: code 0x%x sid 0x%x tagval 0x%016llx chan %d lun %jx", __func__, notify->nt_ncode, in isp_handle_platform_target_tmf() 1826 switch (notify->nt_ncode) { in isp_handle_platform_target_tmf() 1854 …RN, "%s: unknown TMF code 0x%x for chan %d lun %#jx", __func__, notify->nt_ncode, notify->nt_chann… in isp_handle_platform_target_tmf() 2522 if (ntp->nt.nt_ncode == NT_ABORT_TASK && (rsp & 0xff) == 0 && in isp_action() 3083 switch (notify->nt_ncode) { in isp_async() 3109 isp_prt(isp, ISP_LOGALL, "target notify code 0x%x", notify->nt_ncode); in isp_async()
|
| H A D | isp_library.c | 501 notify.nt_ncode = NT_HBA_RESET; in isp_clear_commands()
|