Searched refs:IRP_PRLI_DONE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h168 #define IRP_PRLI_DONE 0x0002 macro
H A Ddiscovery.c998 uint32_t rf = IRP_PRLI_DONE;
1666 * from IRP_PRLI_DONE is that we clear IRP_PRLI_DONE
1700 atomic_or_32(&irp->irp_flags, IRP_PRLI_DONE);
H A Dfct.c1451 ~(IRP_PLOGI_DONE | IRP_PRLI_DONE));
1654 if ((irp->irp_flags & IRP_PRLI_DONE) == 0) {
1843 atomic_and_32(&irp->irp_flags, ~(IRP_PLOGI_DONE | IRP_PRLI_DONE));

Completed in 58 milliseconds