• 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 refs:ADISC

1860  * This function is called when the final ADISC is completed during discovery.
1887 /* If we get here, there is nothing to ADISC */
1913 * node list need to have Address Discover (ADISC) issued. If so, it will
1914 * invoke the lpfc_els_disc_adisc() routine to issue ADISC on the @vport's
1915 * remaining nodes which need to have ADISC sent.
1948 * (ADISC) command. It first checks to see whether link went down during
1952 * in the response status, the ADISC command shall be retried by invoking
1974 "ADISC cmpl: status:x%x/x%x did:x%x",
1985 /* ADISC completes to NPort <nlp_DID> */
1987 "0104 ADISC completes to NPort x%x "
2011 /* ADISC failed */
2013 "2755 ADISC failure DID:%06X Status:x%x/x%x\n",
2039 * This routine issues an Address Discover (ADISC) for an @ndlp on a
2040 * @vport. It prepares the payload of the ADISC ELS command, updates the
2042 * to issue the ADISC ELS command.
2047 * callback function to the ADISC ELS command.
2059 ADISC *ap;
2065 cmdsize = (sizeof(uint32_t) + sizeof(ADISC));
2074 /* For ADISC request, remainder of payload is service parameters */
2078 /* Fill in ADISC payload */
2079 ap = (ADISC *) pcmd;
2086 "Issue ADISC: did:x%x",
2513 * NLP_NPR_2B_DISC bit is set in the @nlp's nlp_flag bitmap, ADISC IOCB
2515 * ADISC.
2683 * PRLI, ADISC, LOGO, and FDISC. Based on the ELS command type and the
3661 * Discover (ADISC) ELS command. It simply prepares the payload of the IOCB
3667 * callback function to the ADISC Accept response ELS IOCB command.
3678 ADISC *ap;
3685 cmdsize = sizeof(uint32_t) + sizeof(ADISC);
3695 /* Xmit ADISC ACC response tag <ulpIoTag> */
3697 "0130 Xmit ADISC ACC response iotag x%x xri: "
3707 ap = (ADISC *) (pcmd);
3714 "Issue ACC ADISC: did:x%x flg:x%x",
3930 * This routine issues Address Discover (ADISC) ELS commands to those
3931 * N_Ports which are in node port recovery state and ADISC has not been issued
3932 * for the @vport. Each time an ELS ADISC IOCB is issued by invoking the
3936 * be marked with FC_NLP_MORE bit and the process of issuing remaining ADISC
3938 * all the ndlps with the @vport and there is none ADISC IOCB issued, the
3940 * no more ADISC need to be sent.
3990 * ADISC PLOGI IOCB is issued by invoking the lpfc_issue_els_plogi() routine,
3994 * bit set and quit the process of issuing remaining ADISC PLOGIN IOCBs for
3996 * the @vport and there is none ADISC PLOGI IOCB issued, the @vport fc_flag
3997 * shall be cleared with the FC_NLP_MORE bit indicating there is no more ADISC
5766 "RCV ADISC: did:x%x/ste:x%x flg:x%x",