Searched refs:nt_ncode (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/disk/isp/ |
H A D | isp_target.c | 296 notify.nt_ncode = NT_BUS_RESET; in isp_target_notify() 309 notify.nt_ncode = NT_LOGOUT; in isp_target_notify() 322 notify.nt_ncode = NT_ABORT_TASK; in isp_target_notify() 336 notify.nt_ncode = NT_GLOBAL_LOGOUT; in isp_target_notify() 768 notify.nt_ncode = NT_LINK_UP; in isp_target_async() 773 notify.nt_ncode = NT_LINK_DOWN; in isp_target_async() 781 notify.nt_ncode = NT_LIP_RESET; in isp_target_async() 787 notify.nt_ncode = NT_BUS_RESET; in isp_target_async() 792 notify.nt_ncode = NT_TARGET_RESET; in isp_target_async() 866 notify.nt_ncode = NT_ABORT_TASK_SET; in isp_got_msg() [all …]
|
H A D | isp_target.h | 76 isp_ncode_t nt_ncode; /* action */ member
|
H A D | isp_freebsd.c | 2591 nt->nt_ncode = NT_ABORT_TASK; in isp_handle_platform_notify_fc() 2740 …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() 2813 if (mp->nt_ncode == NT_GLOBAL_LOGOUT) { in isp_handle_platform_target_notify_ack() 2817 if (mp->nt_ncode == NT_LOGOUT) { in isp_handle_platform_target_notify_ack() 2827 …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() 2849 …OGTDEBUG0, "%s: code 0x%x sid 0x%x tagval 0x%016llx chan %d lun 0x%x", __func__, notify->nt_ncode, in isp_handle_platform_target_tmf() 2884 switch (notify->nt_ncode) { in isp_handle_platform_target_tmf() 2906 …RN, "%s: unknown TMF code 0x%x for chan %d lun 0x%x", __func__, notify->nt_ncode, notify->nt_chann… in isp_handle_platform_target_tmf() 5270 switch (notify->nt_ncode) { in isp_async() 5328 isp_prt(isp, ISP_LOGALL, "target notify code 0x%x", notify->nt_ncode); in isp_async() [all …]
|
H A D | isp_library.c | 662 notify.nt_ncode = NT_HBA_RESET; in isp_clear_commands() 2509 nt.nt_ncode = NT_ARRIVED; in isp_add_wwn_entry() 2556 nt.nt_ncode = NT_DEPARTED; in isp_del_wwn_entry()
|