Lines Matching refs:ADISC

1733 		 * skipped due to ADISC
2674 * This function is called when the final ADISC is completed during discovery.
2701 * succeeded or failed because the ADISC completion
2703 * the RPI is either unregistered (failed ADISC response)
2717 /* If we get here, there is nothing to ADISC */
2740 * node list need to have Address Discover (ADISC) issued. If so, it will
2741 * invoke the lpfc_els_disc_adisc() routine to issue ADISC on the @vport's
2742 * remaining nodes which need to have ADISC sent.
2774 * (ADISC) command. It first checks to see whether link went down during
2778 * in the response status, the ADISC command shall be retried by invoking
2812 "ADISC cmpl: status:x%x/x%x did:x%x",
2823 /* ADISC completes to NPort <nlp_DID> */
2825 "0104 ADISC completes to NPort x%x "
2851 /* ADISC failed */
2853 "2755 ADISC failure DID:%06X Status:x%x/x%x\n",
2894 * This routine issues an Address Discover (ADISC) for an @ndlp on a
2895 * @vport. It prepares the payload of the ADISC ELS command, updates the
2897 * to issue the ADISC ELS command.
2901 * the IOCB for the completion callback function to the ADISC ELS command.
2913 ADISC *ap;
2918 cmdsize = (sizeof(uint32_t) + sizeof(ADISC));
2926 /* For ADISC request, remainder of payload is service parameters */
2930 /* Fill in ADISC payload */
2931 ap = (ADISC *) pcmd;
2949 "Issue ADISC: did:x%x refcnt %d",
4376 * NLP_NPR_2B_DISC bit is set in the @nlp's nlp_flag bitmap, ADISC IOCB
4378 * ADISC.
4600 * PRLI, ADISC and FDISC. Based on the ELS command type and the
5981 * Discover (ADISC) ELS command. It simply prepares the payload of the IOCB
5986 * the IOCB for the completion callback function to the ADISC Accept response
5998 ADISC *ap;
6007 cmdsize = sizeof(uint32_t) + sizeof(ADISC);
6031 /* Xmit ADISC ACC response tag <ulpIoTag> */
6033 "0130 Xmit ADISC ACC response iotag x%x xri: "
6043 ap = (ADISC *) (pcmd);
6050 "Issue ACC ADISC: did:x%x flg:x%x refcnt %d",
6515 * This routine issues Address Discover (ADISC) ELS commands to those
6516 * N_Ports which are in node port recovery state and ADISC has not been issued
6517 * for the @vport. Each time an ELS ADISC IOCB is issued by invoking the
6521 * be marked with FC_NLP_MORE bit and the process of issuing remaining ADISC
6523 * all the ndlps with the @vport and there is none ADISC IOCB issued, the
6525 * no more ADISC need to be sent.
6548 /* This node was marked for ADISC but was not picked
6552 * At time of marking node for ADISC, we skipped unreg
6583 * ADISC PLOGI IOCB is issued by invoking the lpfc_issue_els_plogi() routine,
6587 * bit set and quit the process of issuing remaining ADISC PLOGIN IOCBs for
6589 * the @vport and there is none ADISC PLOGI IOCB issued, the @vport fc_flag
6590 * shall be cleared with the FC_NLP_MORE bit indicating there is no more ADISC
10556 "RCV ADISC: did:x%x/ste:x%x flg:x%x",
12131 * an ADISC in the follow-up recovery code.