Searched refs:nt_ncode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/isp/ |
| D | isp_target.c | 549 notify.nt_ncode = NT_LINK_UP; in isp_target_async() 554 notify.nt_ncode = NT_LINK_DOWN; in isp_target_async() 562 notify.nt_ncode = NT_LIP_RESET; in isp_target_async() 568 notify.nt_ncode = NT_BUS_RESET; in isp_target_async() 573 notify.nt_ncode = NT_TARGET_RESET; in isp_target_async() 649 notify.nt_ncode = NT_ABORT_TASK_SET; in isp_got_msg_fc() 652 notify.nt_ncode = NT_CLEAR_TASK_SET; in isp_got_msg_fc() 655 notify.nt_ncode = NT_LUN_RESET; in isp_got_msg_fc() 658 notify.nt_ncode = NT_TARGET_RESET; in isp_got_msg_fc() 661 notify.nt_ncode = NT_CLEAR_ACA; in isp_got_msg_fc() [all …]
|
| D | isp_target.h | 74 isp_ncode_t nt_ncode; /* action */ member
|
| D | isp_freebsd.c | 2216 …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() 2298 if (mp->nt_ncode == NT_GLOBAL_LOGOUT) { in isp_handle_platform_target_notify_ack() 2302 if (mp->nt_ncode == NT_LOGOUT) { in isp_handle_platform_target_notify_ack() 2312 …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() 2338 …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() 2376 switch (notify->nt_ncode) { in isp_handle_platform_target_tmf() 2404 …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() 3893 switch (notify->nt_ncode) { in isp_async() 3927 isp_prt(isp, ISP_LOGALL, "target notify code 0x%x", notify->nt_ncode); in isp_async()
|
| D | isp_library.c | 664 notify.nt_ncode = NT_HBA_RESET; in isp_clear_commands()
|