Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Disp_target.c293 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()
948 isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc()
954 isp_prt(isp, ISP_LOGINFO, f1, "CLEAR ACA", loopid, notify.nt_lun, inp->in_seqid); in isp_got_msg_fc()
999 isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", sid, notify.nt_lun, aep->at_rxid); in isp_got_tmf_24xx()
1005 isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", sid, notify.nt_lun, aep->at_rxid); in isp_got_tmf_24xx()
1008 isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", sid, notify.nt_lun, aep->at_rxid); in isp_got_tmf_24xx()
[all …]
H A Disp_target.h73 nt_lun : 16, /* logical unit */ member
H A Disp_freebsd.c2588 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()
H A Disp_library.c670 notify.nt_lun = LUN_ANY; in isp_clear_commands()