Lines Matching defs:nphdl
501 uint16_t nphdl;
515 nphdl = fct->loopid;
521 if (lp->handle == nphdl) {
786 isp_prt(isp, ISP_LOGALL, "Chan %d ATP [0x%x] origdlen %u bytes_xfrd %u lun %jx nphdl 0x%04x s_id 0x%06x d_id 0x%06x oxid 0x%04x state %s",
787 chan, atp->tag, atp->orig_datalen, atp->bytes_xfered, (uintmax_t)atp->lun, atp->nphdl, atp->sid, atp->did, atp->oxid, states[atp->state & 0x7]);
1091 cto->ct_nphdl = atp->nphdl;
1304 uint16_t chan, nphdl = NIL_HANDLE;
1345 nphdl = lp->handle;
1358 isp_endcmd(isp, aep, nphdl, chan, SCSI_STATUS_BUSY, 0);
1360 isp_endcmd(isp, aep, nphdl, chan, SCSI_STATUS_CHECK_COND | ECMD_SVALID | (0x5 << 12) | (0x25 << 16), 0);
1376 isp_endcmd(isp, aep, nphdl, chan, SCSI_BUSY, 0);
1394 aep->at_rxid, nphdl, sid, aep->at_hdr.ox_id, oatp->state);
1403 isp_endcmd(isp, aep, nphdl, chan, SCSI_BUSY, 0);
1450 atp->nphdl = nphdl;
1466 isp_endcmd(isp, aep, nphdl, chan, SCSI_STATUS_BUSY, 0);
1721 uint16_t nphdl;
1725 nphdl = lp->handle;
1727 nphdl = NIL_HANDLE;
1732 cto->ct_nphdl = nphdl;
2278 cto->ct_nphdl = atp->nphdl;
3008 int evt, nphdl, nlstate, portid, reason;
3014 nphdl = va_arg(ap, int);
3020 nphdl = NIL_HANDLE;
3029 "Chan %d %s (nphdl 0x%x state 0x%x reason 0x%x)",
3030 bus, msg, nphdl, nlstate, reason);
3051 * associated with the nphdl.
3053 if (nphdl != PDB24XX_AE_GLOBAL) {
3055 if (!isp_find_pdb_by_handle(isp, bus, nphdl, &lp))