Home
last modified time | relevance | path

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 Dfct.c1465 ~(IRP_PLOGI_DONE | IRP_PRLI_DONE)); in fct_deque_rp()
1669 if ((irp->irp_flags & IRP_PRLI_DONE) == 0) { in fct_scsi_task_alloc()
1858 atomic_and_32(&irp->irp_flags, ~(IRP_PLOGI_DONE | IRP_PRLI_DONE)); in fct_post_implicit_logo()
H A Ddiscovery.c998 uint32_t rf = IRP_PRLI_DONE; in fct_handle_els()
1700 atomic_or_32(&irp->irp_flags, IRP_PRLI_DONE); in fct_process_prli()