Lines Matching refs:nphdl
1407 isp_prt(isp, ISP_LOG_SANCFG, "Chan %d PLOGX %s PortID 0x%06x nphdl 0x%x",
1604 uint16_t nphdl;
1607 for (nphdl = 0; nphdl != NPH_MAX_2K; nphdl++) {
1608 if (isp_getpdb(isp, chan, nphdl, &pdb)) {
1613 chan, nphdl, pdb.portid, pdb.portname[0], pdb.portname[1],
1620 isp_get_wwn(ispsoftc_t *isp, int chan, int nphdl, int nodename)
1627 mbs.param[1] = nphdl;
3668 int echan, nphdl, nlstate, reason;
3670 nphdl = ISP_READ(isp, OUTMAILBOX1);
3675 if (chan == 0xff || nphdl == NIL_HANDLE) {
3691 if (nphdl != NIL_HANDLE &&
3692 nphdl == fcp->isp_login_hdl &&
3699 ISPASYNC_CHANGE_PDB, nphdl, nlstate, reason);