Searched refs:iq_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c1093 ASSERT(qpp->iq_flags == IBMF_QP_FLAGS_INVALID);
1636 qpp->iq_flags = IBMF_QP_FLAGS_INVALID;
1643 if (qpp->iq_flags == IBMF_QP_FLAGS_INITING) {
1651 if (qpp->iq_flags == IBMF_QP_FLAGS_UNINITING) {
1658 if (qpp->iq_flags == IBMF_QP_FLAGS_INVALID) {
1700 if (qpp->iq_flags == IBMF_QP_FLAGS_INITED) {
1776 qpp->iq_flags = IBMF_QP_FLAGS_INITING;
1809 qpp->iq_flags = IBMF_QP_FLAGS_INVALID;
1837 qpp->iq_flags = IBMF_QP_FLAGS_INVALID;
1862 qpp->iq_flags
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h179 uint_t iq_flags; /* for implementing state m/c */ member in struct:_ibmf_qp_t
187 /* defines for iq_flags */
539 ibmf_qp_t::iq_flags))

Completed in 64 milliseconds