Searched refs:FC_LOGINREQ (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h88 #define FC_LOGINREQ 0x36 /* login required */ macro
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc284 case FC_LOGINREQ:
H A DTgtFCHBAPort.cc193 case FC_LOGINREQ:
H A DFCHBAPort.cc196 case FC_LOGINREQ:
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1884 return (FC_LOGINREQ);
1887 return (FC_LOGINREQ);
2489 if (job->job_result != FC_LOGINREQ) {
3038 * Login failed. Complete the original job with FC_LOGINREQ
3043 orig_job->job_result = FC_LOGINREQ;
3300 if (jobstatus == FC_LOGINREQ) {
3381 case FC_LOGINREQ:
H A Dfcip.c4401 } else if (rval == FC_LOGINREQ && (frp != NULL)) {
H A Dfcp.c9542 * FC_LOGINREQ
9564 (rval == FC_LOGINREQ) || (rval == FC_DEVICE_BUSY) ||
15425 case FC_LOGINREQ:
15427 * FC_LOGINREQ used to be handled just like all the cases
15429 * with FC_LOGINREQ different than other ipkts that fail
15430 * with FC_LOGINREQ. If a PRLI fails with FC_LOGINREQ it is
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c246 { FC_LOGINREQ, "PLOGI Required" },
1455 FC_LOGINREQ : FC_BADDEV;
1525 FC_LOGINREQ : FC_BADDEV;
H A Dfp.c2468 job->job_result = FC_LOGINREQ;
9445 fcio->fcio_errno = FC_LOGINREQ;
15194 fcio->fcio_errno = FC_LOGINREQ;

Completed in 2218 milliseconds