HomeSort by: relevance | last modified time | path
    Searched refs:nphdl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
isp_library.c 2413 isp_add_wwn_entry(ispsoftc_t *isp, int chan, uint64_t ini, uint16_t nphdl, uint32_t s_id)
2422 if (nphdl >= MAX_NPORT_HANDLE) {
2424 __func__, chan, (unsigned long long) ini, nphdl, s_id);
2429 if (fcp->isp_tgt_map[nphdl]) {
2430 lp = &fcp->portdb[fcp->isp_tgt_map[nphdl] - 1];
2442 if (lp->handle == nphdl) {
2458 if (lp->handle != nphdl) {
2460 __func__, chan, nphdl, (unsigned long long)ini, s_id, (unsigned long long) lp->port_wwn, lp->handle, lp->portid);
2467 isp_prt(isp, ISP_LOGTINFO, "%s: Chan %d N-port handle 0x%04x gets Port ID 0x%06x", __func__, chan, nphdl, s_id);
2470 isp_prt(isp, ISP_LOGTINFO, "%s: Chan %d N-port handle 0x%04x tries to change Port ID 0x%06x to 0x%06x", __func__, chan, nphdl,
    [all...]
isp_target.c 657 int vpidx, nphdl; local
663 nphdl = va_arg(ap, int);
676 cto->ct_nphdl = nphdl;
isp.c 5825 int nphdl, nlstate, reason; local
5832 nphdl = ISP_READ(isp, OUTMAILBOX1);
5836 nphdl = NIL_HANDLE;
5848 isp_async(isp, ISPASYNC_CHANGE_NOTIFY, chan, ISPASYNC_CHANGE_PDB, nphdl, nlstate, reason);

Completed in 26 milliseconds