Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/sun/io/
H A Dsocal.c2592 fcalpkt->fcal_pkt_flags &= ~(FCFLAG_COMPLETE | FCFLAG_ABORTING); in socal_transport()
2774 fcalpkt->fcal_pkt_flags &= ~(FCFLAG_COMPLETE | FCFLAG_ABORTING); in socal_transport_poll()
3011 if (fcalpkt->fcal_pkt_flags & FCFLAG_COMPLETE) { in socal_abort_cmd()
3421 fcalpkt->fcal_pkt_flags |= FCFLAG_COMPLETE; in socal_intr_solicited()
4175 if (!(target->fcal_pkt_flags & FCFLAG_COMPLETE)) { in socal_abort_done()
4892 fpkt2->fcal_pkt_flags |= FCFLAG_COMPLETE; in socal_flush_overflowq()