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
713 * ADISC or PDISC after the paused RPI has been resumed.
748 ADISC *ap;
758 ap = (ADISC *) lp;
801 * It is possible an ADISC arrived and the remote nport
913 * case for LOGO as a response to ADISC behavior.
1633 /* software abort outstanding ADISC */
1675 /* software abort outstanding ADISC */
1717 ADISC *ap;
1723 ap = (ADISC *)lpfc_check_elscmpl_iocb(phba, cmdiocb, rspiocb);
1783 /* software abort outstanding ADISC */
1806 /* software abort outstanding ADISC */
2939 * or ADISC on. These lists will keep track of what nodes will be effected
2953 * and put on the unmapped list. For ADISC processing, the node is taken off
2954 * the ADISC list and placed on either the mapped or unmapped list (depending
2965 * For a Link Down, all nodes on the ADISC, PLOGI, unmapped or mapped
2971 * to either the ADISC or PLOGI list. After a Nameserver query or ALPA loopmap
2973 * the PLOGI or ADISC lists. Once the PLOGI and ADISC lists are populated,
2974 * we will first process the ADISC list. 32 entries are processed initially and
2975 * ADISC is initited for each one. Completions / Events for each node are
2976 * funnelled thru the state machine. As each node finishes ADISC processing, it
2977 * starts ADISC for any nodes waiting for ADISC processing. If no nodes are
2978 * waiting, and the ADISC list count is identically 0, then we are done. For