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

/freebsd-13-stable/sys/dev/isp/
H A Disp_target.h70 isp_ncode_t nt_ncode; /* action */ member in struct:isp_notify
H A Disp_target.c330 notify.nt_ncode = NT_LINK_UP;
335 notify.nt_ncode = NT_LINK_DOWN;
343 notify.nt_ncode = NT_LIP_RESET;
394 notify.nt_ncode = NT_QUERY_TASK_SET;
397 notify.nt_ncode = NT_ABORT_TASK_SET;
400 notify.nt_ncode = NT_CLEAR_TASK_SET;
403 notify.nt_ncode = NT_QUERY_ASYNC_EVENT;
406 notify.nt_ncode = NT_LUN_RESET;
409 notify.nt_ncode = NT_TARGET_RESET;
412 notify.nt_ncode
[all...]
H A Disp_freebsd.c1684 isp_prt(isp, ISP_LOGTINFO, "Notify Code 0x%x (qevalid=%d) acked- h/w not ready (dropping)", mp->nt_ncode, mp->nt_lreserved != NULL);
1760 isp_prt(isp, ISP_LOGTINFO, "Notify Code 0x%x (qevalid=%d) being acked", mp->nt_ncode, mp->nt_lreserved != NULL);
1786 isp_prt(isp, ISP_LOGTDEBUG0, "%s: code 0x%x sid 0x%x tagval 0x%016llx chan %d lun %jx", __func__, notify->nt_ncode,
1824 switch (notify->nt_ncode) {
1852 isp_prt(isp, ISP_LOGWARN, "%s: unknown TMF code 0x%x for chan %d lun %#jx", __func__, notify->nt_ncode, notify->nt_channel, (uintmax_t)lun);
3071 switch (notify->nt_ncode) {
3097 isp_prt(isp, ISP_LOGALL, "target notify code 0x%x", notify->nt_ncode);
H A Disp_library.c502 notify.nt_ncode = NT_HBA_RESET;

Completed in 67 milliseconds