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

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfc_transport.h100 #define FCFLAG_COMPLETE 2 /* command has completed */ macro
H A Dfcal_transport.h91 #define FCFLAG_COMPLETE 2 /* command has completed */ macro
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c2592 fcalpkt->fcal_pkt_flags &= ~(FCFLAG_COMPLETE | FCFLAG_ABORTING);
2774 fcalpkt->fcal_pkt_flags &= ~(FCFLAG_COMPLETE | FCFLAG_ABORTING);
3011 if (fcalpkt->fcal_pkt_flags & FCFLAG_COMPLETE) {
3421 fcalpkt->fcal_pkt_flags |= FCFLAG_COMPLETE;
4175 if (!(target->fcal_pkt_flags & FCFLAG_COMPLETE)) {
4892 fpkt2->fcal_pkt_flags |= FCFLAG_COMPLETE;

Completed in 68 milliseconds