Home | History | Annotate | Download | only in ic

Lines Matching refs:nphdl

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,
2479 isp_prt(isp, ISP_LOGTINFO, "%s: Chan %d N-port handle 0x%04x gets WWN 0x%016llxx", __func__, chan, nphdl, (unsigned long long) ini);
2482 isp_prt(isp, ISP_LOGWARN, "%s: Chan %d N-port handle 0x%04x tries to change WWN 0x%016llx to 0x%016llx", __func__, chan, nphdl,
2509 __func__, chan, (unsigned long long) ini, nphdl, s_id);
2516 lp->handle = nphdl;
2519 fcp->isp_tgt_map[nphdl] = i + 1;
2521 isp_prt(isp, ISP_LOGTINFO, "%s: Chan %d IID 0x%016llx N-Port Handle 0x%04x Port ID 0x%06x vtgt %d added", __func__, chan, (unsigned long long) ini, nphdl, s_id, fcp->isp_tgt_map[nphdl] - 1);
2529 nt.nt_nphdl = nphdl;
2539 isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t ini, uint16_t nphdl, uint32_t s_id)
2545 if (nphdl >= MAX_NPORT_HANDLE) {
2547 __func__, chan, (unsigned long long) ini, nphdl, s_id);
2552 if (fcp->isp_tgt_map[nphdl] == 0) {
2555 lp = &fcp->portdb[fcp->isp_tgt_map[nphdl] - 1];
2562 __func__, chan, (unsigned long long) ini, nphdl, s_id);
2567 __func__, chan, (unsigned long long) lp->port_wwn, nphdl, lp->portid, fcp->isp_tgt_map[nphdl] - 1);
2568 fcp->isp_tgt_map[nphdl] = 0;
2576 nt.nt_nphdl = nphdl;