• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/

Lines Matching defs:did

126  * @did: destination identifier.
150 struct lpfc_nodelist *ndlp, uint32_t did,
173 if ((did == Fabric_DID) &&
232 icmd->un.elsreq64.remoteID = did; /* DID */
288 /* Xmit ELS command <elsCmd> to remote NPORT <did> */
292 elscmd, did, elsiocb->iotag,
295 /* Xmit ELS response <elsCmd> to remote NPORT <did> */
1392 /* Two ndlps cannot have the same did on the nodelist */
1398 /* Two ndlps cannot have the same did */
1402 * and the did has already been swapped, copy over the
1488 int disc, rc, did, type;
1495 "PLOGI cmpl: status:x%x/x%x did:x%x",
1535 did = ndlp->nlp_DID;
1595 * @did: destination port identifier.
1599 * (with the @did) for a @vport. Before issuing a PLOGI to a remote N_Port,
1614 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry)
1628 ndlp = lpfc_findnode_did(vport, did);
1634 elsiocb = lpfc_prep_els_iocb(vport, 1, cmdsize, retry, ndlp, did,
1655 "Issue PLOGI: did:x%x",
1656 did, 0, 0);
1703 "PRLI cmpl: status:x%x/x%x did:x%x",
1810 "Issue PRLI: did:x%x",
1974 "ADISC cmpl: status:x%x/x%x did:x%x",
2086 "Issue ADISC: did:x%x",
2137 "LOGO cmpl: status:x%x/x%x did:x%x",
2242 "Issue LOGO: did:x%x",
2288 "ELS cmd cmpl: status:x%x/x%x did:x%x",
2373 "Issue SCR: did:x%x",
2483 "Issue FARPR: did:x%x",
2616 uint32_t cmd, did, retry;
2619 did = ndlp->nlp_DID;
2709 uint32_t did;
2722 did = ndlp->nlp_DID;
2725 did = irsp->un.elsreq64.remoteID;
2726 ndlp = lpfc_findnode_did(vport, did);
2733 "Retry ELS: wd7:x%x wd4:x%x did:x%x",
2898 if (did == FDMI_DID)
2930 "Data: x%x x%x\n", cmd, did,
2936 /* Retry ELS command <elsCmd> to remote NPORT <did> */
2940 cmd, did, cmdiocb->retry, delay);
2989 lpfc_issue_els_plogi(vport, did, cmdiocb->retry);
3008 /* No retry ELS command <elsCmd> to remote NPORT <did> */
3013 cmd, did, irsp->ulpStatus,
3020 cmd, did, cmdiocb->retry, irsp->ulpStatus,
3198 "ACC LOGO cmpl: status:x%x/x%x did:x%x",
3339 "ELS rsp cmpl: status:x%x/x%x did:x%x",
3502 "Issue ACC: did:x%x flg:x%x",
3524 "Issue ACC PLOGI: did:x%x flg:x%x",
3545 "Issue ACC PRLO: did:x%x flg:x%x",
3634 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
3640 "Issue LS_RJT: did:x%x flg:x%x err:x%x",
3698 "x%x, did x%x, nlp_flag x%x, nlp_state x%x rpi x%x\n",
3714 "Issue ACC ADISC: did:x%x flg:x%x",
3775 "did x%x, nlp_flag x%x, nlp_state x%x, rpi x%x\n",
3809 "Issue ACC PRLI: did:x%x flg:x%x",
3909 "Issue ACC RNID: did:x%x flg:x%x",
4083 * lpfc_rscn_payload_check - Check whether there is a pending rscn to a did
4085 * @did: remote destination port identifier.
4088 * Configuration Notification (RSCN) to a @did on @vport.
4091 * None zero - The @did matched with a pending rscn
4092 * 0 - not able to match @did with a pending rscn
4095 lpfc_rscn_payload_check(struct lpfc_vport *vport, uint32_t did)
4103 ns_did.un.word = did;
4106 if ((did & Fabric_DID_MASK) == Fabric_DID_MASK)
4111 return did;
4156 return did;
4291 "RCV RSCN ignore: did:x%x/ste:x%x flg:x%x",
4321 "RCV RSCN vport: did:x%x/ste:x%x flg:x%x",
4350 "RCV RSCN defer: did:x%x/ste:x%x flg:x%x",
4405 "RCV RSCN: did:x%x/ste:x%x flg:x%x",
4552 uint32_t cmd, did;
4564 did = icmd->un.elsreq64.remoteID;
4566 /* An FLOGI ELS command <elsCmd> was received from DID <did> in
4571 cmd, did);
4575 did = Fabric_DID;
4654 uint32_t cmd, did;
4657 did = icmd->un.elsreq64.remoteID;
4816 "did x%x, nlp_flag x%x, nlp_state x%x, rpi x%x\n",
4960 "xri x%x, did x%x, nlp_flag x%x, nlp_state x%x, "
5066 uint32_t cmd, cnt, did;
5069 did = icmd->un.elsreq64.remoteID;
5075 /* FARP-REQ received from DID <did> */
5077 "0601 FARP-REQ received from DID x%x\n", did);
5111 lpfc_issue_els_farpr(vport, did, 0);
5138 uint32_t cmd, did;
5141 did = icmd->un.elsreq64.remoteID;
5146 /* FARP-RSP received from DID <did> */
5148 "0600 FARP-RSP received from DID x%x\n", did);
5621 uint32_t cmd, did, newnode, rjt_err = 0;
5633 did = icmd->un.rcvels.remoteID;
5636 "RCV Unsol ELS: status:x%x/x%x did:x%x",
5637 icmd->ulpStatus, icmd->un.ulpWord[4], did);
5649 ndlp = lpfc_findnode_did(vport, did);
5656 lpfc_nlp_init(vport, ndlp, did);
5659 if ((did & Fabric_DID_MASK) == Fabric_DID_MASK)
5668 if ((did & Fabric_DID_MASK) == Fabric_DID_MASK)
5687 /* ELS command <elsCmd> received from NPORT <did> */
5690 "Data: x%x\n", cmd, did, vport->port_state);
5694 "RCV PLOGI: did:x%x/ste:x%x flg:x%x",
5695 did, vport->port_state, ndlp->nlp_flag);
5724 "RCV FLOGI: did:x%x/ste:x%x flg:x%x",
5725 did, vport->port_state, ndlp->nlp_flag);
5734 "RCV LOGO: did:x%x/ste:x%x flg:x%x",
5735 did, vport->port_state, ndlp->nlp_flag);
5747 "RCV PRLO: did:x%x/ste:x%x flg:x%x",
5748 did, vport->port_state, ndlp->nlp_flag);
5766 "RCV ADISC: did:x%x/ste:x%x flg:x%x",
5767 did, vport->port_state, ndlp->nlp_flag);
5780 "RCV PDISC: did:x%x/ste:x%x flg:x%x",
5781 did, vport->port_state, ndlp->nlp_flag);
5793 "RCV FARPR: did:x%x/ste:x%x flg:x%x",
5794 did, vport->port_state, ndlp->nlp_flag);
5801 "RCV FARP: did:x%x/ste:x%x flg:x%x",
5802 did, vport->port_state, ndlp->nlp_flag);
5809 "RCV FAN: did:x%x/ste:x%x flg:x%x",
5810 did, vport->port_state, ndlp->nlp_flag);
5817 "RCV PRLI: did:x%x/ste:x%x flg:x%x",
5818 did, vport->port_state, ndlp->nlp_flag);
5829 "RCV LIRR: did:x%x/ste:x%x flg:x%x",
5830 did, vport->port_state, ndlp->nlp_flag);
5839 "RCV RPS: did:x%x/ste:x%x flg:x%x",
5840 did, vport->port_state, ndlp->nlp_flag);
5849 "RCV RPL: did:x%x/ste:x%x flg:x%x",
5850 did, vport->port_state, ndlp->nlp_flag);
5859 "RCV RNID: did:x%x/ste:x%x flg:x%x",
5860 did, vport->port_state, ndlp->nlp_flag);
5869 "RCV RRQ: did:x%x/ste:x%x flg:x%x",
5870 did, vport->port_state, ndlp->nlp_flag);
5879 "RCV ELS cmd: cmd:x%x did:x%x/ste:x%x",
5880 cmd, did, vport->port_state);
5885 /* Unknown ELS command <elsCmd> received from NPORT <did> */
5888 "received from NPORT x%x\n", cmd, did);
6502 int did = ndlp->nlp_DID;
6507 elsiocb = lpfc_prep_els_iocb(vport, 1, cmdsize, retry, ndlp, did,
6559 "Issue FDISC: did:x%x",
6560 did, 0, 0);
6599 "LOGO npiv cmpl: status:x%x/x%x did:x%x",
6652 "Issue LOGO npiv did:x%x flg:x%x",