Searched refs:nt_ncode (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/isp/
H A Disp_target.c270 notify.nt_ncode = NT_BUS_RESET;
283 notify.nt_ncode = NT_LOGOUT;
296 notify.nt_ncode = NT_ABORT_TASK;
310 notify.nt_ncode = NT_GLOBAL_LOGOUT;
324 notify.nt_ncode = NT_CHANGED;
633 notify.nt_ncode = NT_LINK_UP;
638 notify.nt_ncode = NT_LINK_DOWN;
646 notify.nt_ncode = NT_LIP_RESET;
652 notify.nt_ncode = NT_BUS_RESET;
657 notify.nt_ncode
[all...]
H A Disp_target.h77 isp_ncode_t nt_ncode; /* action */ member in struct:isp_notify
H A Disp_freebsd.c2611 nt->nt_ncode = NT_ABORT_TASK;
2753 isp_prt(isp, ISP_LOGTINFO, "Notify Code 0x%x (qevalid=%d) acked- h/w not ready (dropping)", mp->nt_ncode, mp->nt_lreserved != NULL);
2826 if (mp->nt_ncode == NT_GLOBAL_LOGOUT) {
2830 if (mp->nt_ncode == NT_LOGOUT) {
2840 isp_prt(isp, ISP_LOGTINFO, "Notify Code 0x%x (qevalid=%d) being acked", mp->nt_ncode, mp->nt_lreserved != NULL);
2865 isp_prt(isp, ISP_LOGTDEBUG0, "%s: code 0x%x sid 0x%x tagval 0x%016llx chan %d lun 0x%x", __func__, notify->nt_ncode,
2901 switch (notify->nt_ncode) {
2929 isp_prt(isp, ISP_LOGWARN, "%s: unknown TMF code 0x%x for chan %d lun 0x%x", __func__, notify->nt_ncode, notify->nt_channel, lun);
4367 switch (notify->nt_ncode) {
4398 isp_prt(isp, ISP_LOGALL, "target notify code 0x%x", notify->nt_ncode);
[all...]
H A Disp_library.c618 notify.nt_ncode = NT_HBA_RESET;

Completed in 69 milliseconds