Lines Matching refs:ADISC
50 /* Called to verify a rcv'ed ADISC was intended for us. */
59 /* Compare the ADISC rsp WWNN / WWPN matches our internal node
675 * ADISC or PDISC after the paused RPI has been resumed.
714 ADISC *ap;
723 ap = (ADISC *) lp;
765 * It is possible an ADISC arrived and the remote nport
770 * Nodes marked for ADISC will move MAPPED or UNMAPPED state
771 * after issuing ADISC
912 /* Unregister from backend, could have been skipped due to ADISC */
1628 /* software abort outstanding ADISC */
1670 /* software abort outstanding ADISC */
1710 ADISC *ap;
1719 ap = (ADISC *)lpfc_check_elscmpl_iocb(phba, cmdiocb, rspiocb);
1773 /* software abort outstanding ADISC */
1795 /* software abort outstanding ADISC */
2697 * ADISC nodes will be handled in regular discovery path after
2736 * ADISC nodes will be handled in regular discovery path after
2916 * or ADISC on. These lists will keep track of what nodes will be effected
2930 * and put on the unmapped list. For ADISC processing, the node is taken off
2931 * the ADISC list and placed on either the mapped or unmapped list (depending
2942 * For a Link Down, all nodes on the ADISC, PLOGI, unmapped or mapped
2948 * to either the ADISC or PLOGI list. After a Nameserver query or ALPA loopmap
2950 * the PLOGI or ADISC lists. Once the PLOGI and ADISC lists are populated,
2951 * we will first process the ADISC list. 32 entries are processed initially and
2952 * ADISC is initited for each one. Completions / Events for each node are
2953 * funnelled thru the state machine. As each node finishes ADISC processing, it
2954 * starts ADISC for any nodes waiting for ADISC processing. If no nodes are
2955 * waiting, and the ADISC list count is identically 0, then we are done. For