Searched refs:nt_lun (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp_target.c | 293 notify.nt_lun = LUN_ANY; in isp_target_notify() 760 notify.nt_lun = LUN_ANY; in isp_target_async() 858 notify.nt_lun = inp->in_lun; in isp_got_msg() 926 notify.nt_lun = inp->in_scclun; in isp_got_msg_fc() 928 notify.nt_lun = inp->in_lun; in isp_got_msg_fc() 936 …(isp, ISP_LOGINFO, f2, "immediate notify status", inp->in_status, notify.nt_lun, loopid, inp->in_t… in isp_got_msg_fc() 942 … isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc() 945 … isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc() 948 … isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc() 951 … isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc() [all …]
|
| HD | isp_target.h | 73 nt_lun : 16, /* logical unit */ member
|
| HD | isp_freebsd.c | 2588 nt->nt_lun = lun; in isp_handle_platform_notify_fc() 2850 … notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun); in isp_handle_platform_target_tmf() 2857 if (notify->nt_lun == LUN_ANY) { in isp_handle_platform_target_tmf() 2860 lun = notify->nt_lun; in isp_handle_platform_target_tmf() 5403 nt->nt_lun = xpt_path_lun_id(tptr->owner); in isp_async() 5406 nt->nt_lun = LUN_ANY; in isp_async()
|
| HD | isp_library.c | 670 notify.nt_lun = LUN_ANY; in isp_clear_commands()
|