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

/freebsd-10.3-release/sys/dev/isp/
H A Disp_target.c267 notify.nt_lun = LUN_ANY;
625 notify.nt_lun = LUN_ANY;
720 notify.nt_lun = inp->in_scclun;
722 notify.nt_lun &= 0x3fff;
725 notify.nt_lun = inp->in_lun;
733 isp_prt(isp, ISP_LOGINFO, f2, "immediate notify status", inp->in_status, notify.nt_lun, nphdl, inp->in_task_flags, inp->in_seqid);
739 isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", nphdl, notify.nt_lun, inp->in_seqid);
742 isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", nphdl, notify.nt_lun, inp->in_seqid);
745 isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", nphdl, notify.nt_lun, inp->in_seqid);
748 isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", nphdl, notify.nt_lun, in
[all...]
H A Disp_target.h74 nt_lun : 16, /* logical unit */ member in struct:isp_notify
H A Disp_freebsd.c2608 nt->nt_lun = lun;
2866 notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun);
2873 if (notify->nt_lun == LUN_ANY) {
2876 lun = notify->nt_lun;
4492 nt->nt_lun = tptr->ts_lun;
4495 nt->nt_lun = LUN_ANY;
H A Disp_library.c626 notify.nt_lun = LUN_ANY;

Completed in 80 milliseconds