Home
last modified time | relevance | path

Searched refs:ELS_PDISC (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/fc/
Dtach.h288 #define ELS_PDISC 0x50000000 macro
Diph5526.c1541 case ELS_PDISC:
/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c1441 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()
DcpqfcTSstructs.h211 #define ELS_PDISC 0x50 // FC-PH2 Port Discovery macro
DcpqfcTScontrol.c1144 …if (Exchanges->fcExchange[i].type == ELS_PDISC || Exchanges->fcExchange[i].type == ELS_PLOGI || Ex… in CpqTsProcessIMQEntry()