Lines Matching refs:ADISC

2555  * This function is called when the final ADISC is completed during discovery.
2575 * succeeded or failed because the ADISC completion
2577 * the RPI is either unregistered (failed ADISC response)
2591 /* If we get here, there is nothing to ADISC */
2616 * node list need to have Address Discover (ADISC) issued. If so, it will
2617 * invoke the lpfc_els_disc_adisc() routine to issue ADISC on the @vport's
2618 * remaining nodes which need to have ADISC sent.
2649 * (ADISC) command. It first checks to see whether link went down during
2653 * in the response status, the ADISC command shall be retried by invoking
2675 "ADISC cmpl: status:x%x/x%x did:x%x",
2686 /* ADISC completes to NPort <nlp_DID> */
2688 "0104 ADISC completes to NPort x%x "
2712 /* ADISC failed */
2714 "2755 ADISC failure DID:%06X Status:x%x/x%x\n",
2740 * This routine issues an Address Discover (ADISC) for an @ndlp on a
2741 * @vport. It prepares the payload of the ADISC ELS command, updates the
2743 * to issue the ADISC ELS command.
2748 * callback function to the ADISC ELS command.
2760 ADISC *ap;
2765 cmdsize = (sizeof(uint32_t) + sizeof(ADISC));
2773 /* For ADISC request, remainder of payload is service parameters */
2777 /* Fill in ADISC payload */
2778 ap = (ADISC *) pcmd;
2785 "Issue ADISC: did:x%x",
3569 * NLP_NPR_2B_DISC bit is set in the @nlp's nlp_flag bitmap, ADISC IOCB
3571 * ADISC.
3796 * PRLI, ADISC, LOGO, and FDISC. Based on the ELS command type and the
4971 * Discover (ADISC) ELS command. It simply prepares the payload of the IOCB
4977 * callback function to the ADISC Accept response ELS IOCB command.
4988 ADISC *ap;
4995 cmdsize = sizeof(uint32_t) + sizeof(ADISC);
5006 /* Xmit ADISC ACC response tag <ulpIoTag> */
5008 "0130 Xmit ADISC ACC response iotag x%x xri: "
5018 ap = (ADISC *) (pcmd);
5025 "Issue ACC ADISC: did:x%x flg:x%x",
5417 * This routine issues Address Discover (ADISC) ELS commands to those
5418 * N_Ports which are in node port recovery state and ADISC has not been issued
5419 * for the @vport. Each time an ELS ADISC IOCB is issued by invoking the
5423 * be marked with FC_NLP_MORE bit and the process of issuing remaining ADISC
5425 * all the ndlps with the @vport and there is none ADISC IOCB issued, the
5427 * no more ADISC need to be sent.
5477 * ADISC PLOGI IOCB is issued by invoking the lpfc_issue_els_plogi() routine,
5481 * bit set and quit the process of issuing remaining ADISC PLOGIN IOCBs for
5483 * the @vport and there is none ADISC PLOGI IOCB issued, the @vport fc_flag
5484 * shall be cleared with the FC_NLP_MORE bit indicating there is no more ADISC
8698 "RCV ADISC: did:x%x/ste:x%x flg:x%x",
10183 * an ADISC in the follow-up recovery code.