Searched refs:ELS_PDISC (Results 1 – 5 of 5) sorted by relevance
288 #define ELS_PDISC 0x50000000 macro
1541 case ELS_PDISC:
1441 case ELS_PDISC: // we sent out PDISC in ProcessELS_Reply()2015 loginType = ELS_PDISC; // prior PLOGI and PRLI maybe still valid in SendLogins()2035 if (loginType == ELS_PDISC) { in SendLogins()2971 case ELS_PDISC: // FC-PH2 Port Discovery - same payload as ELS_PLOGI in BuildLinkServicePayload()2973 if (type == ELS_PDISC) in BuildLinkServicePayload()3569 case ELS_PDISC: // FC-PH extended link service cmnd Port Discovery in cpqfcTSBuildExchange()4615 case ELS_PDISC: // ext. link service login (PDISC) in cpqfcTSStartExchange()
211 #define ELS_PDISC 0x50 // FC-PH2 Port Discovery macro
1144 …if (Exchanges->fcExchange[i].type == ELS_PDISC || Exchanges->fcExchange[i].type == ELS_PLOGI || Ex… in CpqTsProcessIMQEntry()