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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c1274 while (ibtl_cq->cq_impl_flags & IBTL_CQ_PENDING) {
1275 ibtl_cq->cq_impl_flags &= ~IBTL_CQ_CALL_CLIENT;
1276 ibtl_cq->cq_impl_flags |= IBTL_CQ_FREE;
1317 while (ibtl_cq->cq_impl_flags & IBTL_CQ_CALL_CLIENT) {
1318 ibtl_cq->cq_impl_flags &= ~IBTL_CQ_CALL_CLIENT;
1323 ibtl_cq->cq_impl_flags &= ~IBTL_CQ_PENDING;
1324 if (ibtl_cq->cq_impl_flags & IBTL_CQ_FREE)
1367 ibtl_cq->cq_impl_flags |= IBTL_CQ_CALL_CLIENT;
1368 if ((ibtl_cq->cq_impl_flags & IBTL_CQ_PENDING) == 0) {
1369 ibtl_cq->cq_impl_flags |
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h236 * Bit definition(s) for cq_impl_flags.
300 ibtl_cq_impl_flags_t cq_impl_flags; /* dynamic bits if cq */ member in struct:ibtl_cq_s

Completed in 68 milliseconds