Home | History | Annotate | Download | only in ic

Lines Matching defs:nt

2417 	isp_notify_t nt;
2523 ISP_MEMZERO(&nt, sizeof (nt));
2524 nt.nt_hba = isp;
2525 nt.nt_wwn = ini;
2526 nt.nt_tgt = FCPARAM(isp, chan)->isp_wwpn;
2527 nt.nt_sid = s_id;
2528 nt.nt_did = FCPARAM(isp, chan)->isp_portid;
2529 nt.nt_nphdl = nphdl;
2530 nt.nt_channel = chan;
2531 nt.nt_ncode = NT_ARRIVED;
2532 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &nt);
2542 isp_notify_t nt;
2570 ISP_MEMZERO(&nt, sizeof (nt));
2571 nt.nt_hba = isp;
2572 nt.nt_wwn = lp->port_wwn;
2573 nt.nt_tgt = FCPARAM(isp, chan)->isp_wwpn;
2574 nt.nt_sid = lp->portid;
2575 nt.nt_did = FCPARAM(isp, chan)->isp_portid;
2576 nt.nt_nphdl = nphdl;
2577 nt.nt_channel = chan;
2578 nt.nt_ncode = NT_DEPARTED;
2579 isp_async(isp, ISPASYNC_TARGET_NOTIFY, &nt);