Lines Matching refs:ADISC

62 /* Called to verify a rcv'ed ADISC was intended for us. */
71 /* Compare the ADISC rsp WWNN / WWPN matches our internal node
698 * ADISC or PDISC after the paused RPI has been resumed.
737 ADISC *ap;
746 ap = (ADISC *) lp;
790 * It is possible an ADISC arrived and the remote nport
795 * Nodes marked for ADISC will move MAPPED or UNMAPPED state
796 * after issuing ADISC
932 /* Unregister from backend, could have been skipped due to ADISC */
1653 /* software abort outstanding ADISC */
1695 /* software abort outstanding ADISC */
1735 ADISC *ap;
1744 ap = (ADISC *)lpfc_check_elscmpl_iocb(phba, cmdiocb, rspiocb);
1798 /* software abort outstanding ADISC */
1818 /* software abort outstanding ADISC */
2716 * ADISC nodes will be handled in regular discovery path after
2755 * ADISC nodes will be handled in regular discovery path after
2930 * or ADISC on. These lists will keep track of what nodes will be effected
2944 * and put on the unmapped list. For ADISC processing, the node is taken off
2945 * the ADISC list and placed on either the mapped or unmapped list (depending
2956 * For a Link Down, all nodes on the ADISC, PLOGI, unmapped or mapped
2962 * to either the ADISC or PLOGI list. After a Nameserver query or ALPA loopmap
2964 * the PLOGI or ADISC lists. Once the PLOGI and ADISC lists are populated,
2965 * we will first process the ADISC list. 32 entries are processed initially and
2966 * ADISC is initited for each one. Completions / Events for each node are
2967 * funnelled thru the state machine. As each node finishes ADISC processing, it
2968 * starts ADISC for any nodes waiting for ADISC processing. If no nodes are
2969 * waiting, and the ADISC list count is identically 0, then we are done. For