Lines Matching refs:ADISC

1714 	 * due to ADISC
2674 * This function is called when the final ADISC is completed during discovery.
2702 * succeeded or failed because the ADISC completion
2704 * the RPI is either unregistered (failed ADISC response)
2718 /* If we get here, there is nothing to ADISC */
2743 * node list need to have Address Discover (ADISC) issued. If so, it will
2744 * invoke the lpfc_els_disc_adisc() routine to issue ADISC on the @vport's
2745 * remaining nodes which need to have ADISC sent.
2776 * (ADISC) command. It first checks to see whether link went down during
2780 * 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 "
2849 /* ADISC failed */
2851 "2755 ADISC failure DID:%06X Status:x%x/x%x\n",
2892 * This routine issues an Address Discover (ADISC) for an @ndlp on a
2893 * @vport. It prepares the payload of the ADISC ELS command, updates the
2895 * to issue the ADISC ELS command.
2899 * the IOCB for the completion callback function to the ADISC ELS command.
2911 ADISC *ap;
2916 cmdsize = (sizeof(uint32_t) + sizeof(ADISC));
2924 /* For ADISC request, remainder of payload is service parameters */
2928 /* Fill in ADISC payload */
2929 ap = (ADISC *) pcmd;
2947 "Issue ADISC: did:x%x refcnt %d",
4365 * NLP_NPR_2B_DISC bit is set in the @nlp's nlp_flag bitmap, ADISC IOCB
4367 * ADISC.
4591 * PRLI, ADISC and FDISC. Based on the ELS command type and the
5969 * Discover (ADISC) ELS command. It simply prepares the payload of the IOCB
5974 * the IOCB for the completion callback function to the ADISC Accept response
5986 ADISC *ap;
5995 cmdsize = sizeof(uint32_t) + sizeof(ADISC);
6019 /* Xmit ADISC ACC response tag <ulpIoTag> */
6021 "0130 Xmit ADISC ACC response iotag x%x xri: "
6031 ap = (ADISC *) (pcmd);
6038 "Issue ACC ADISC: did:x%x flg:x%x refcnt %d",
6503 * This routine issues Address Discover (ADISC) ELS commands to those
6504 * N_Ports which are in node port recovery state and ADISC has not been issued
6505 * for the @vport. Each time an ELS ADISC IOCB is issued by invoking the
6509 * be marked with FC_NLP_MORE bit and the process of issuing remaining ADISC
6511 * all the ndlps with the @vport and there is none ADISC IOCB issued, the
6513 * no more ADISC need to be sent.
6537 /* This node was marked for ADISC but was not picked
6541 * At time of marking node for ADISC, we skipped unreg
6577 * ADISC PLOGI IOCB is issued by invoking the lpfc_issue_els_plogi() routine,
6581 * bit set and quit the process of issuing remaining ADISC PLOGIN IOCBs for
6583 * the @vport and there is none ADISC PLOGI IOCB issued, the @vport fc_flag
6584 * shall be cleared with the FC_NLP_MORE bit indicating there is no more ADISC
10561 "RCV ADISC: did:x%x/ste:x%x flg:x%x",
12155 * an ADISC in the follow-up recovery code.