Searched defs:sq_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h459 uint16_t sq_type; /* type (concurrency) of syncq */ member in struct:syncq
555 * Syncq types (stored in sq_type)
848 ASSERT((sq)->sq_type & SQ_CIPUT); \
861 ASSERT((sq)->sq_type & SQ_CIPUT); \
874 ASSERT((sq)->sq_type & SQ_CIPUT); \
889 ASSERT((sq)->sq_type & SQ_CIPUT); \
907 ASSERT((sq)->sq_type & SQ_CIPUT); \
919 ASSERT((sq)->sq_type & SQ_CIPUT); \
953 ASSERT((sq)->sq_type & SQ_CIPUT); \
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h145 uint32_t sq_type; /* type flags */ member in struct:nca_squeue_s
204 #define SQ_TYPE_IS(sqp, flags) ((sqp)->sq_type & (flags))

Completed in 73 milliseconds