Searched defs:F_CTL_END_SEQ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcph.h101 #define F_CTL_END_SEQ 0x080000 /* 1 if last frame of a SEQ */ macro
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal.h62 #define LAST_FRAME_OF_SEQUENCE(fh) (fh->f_ctl & F_CTL_END_SEQ)
127 #define F_CTL_END_SEQ 0x080000 /* 1 if last frame of a SEQ */ macro
H A Dfc.h62 #define LAST_FRAME_OF_SEQUENCE(fh) (fh->f_ctl & F_CTL_END_SEQ)
149 #define F_CTL_END_SEQ 0x080000 /* 1 if last frame of a SEQ */ macro

Completed in 117 milliseconds