Searched refs:cq_flags (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/sys/kern/ |
| H A D | kern_clockintr.c | 76 if (ISSET(cq->cq_flags, CQ_INTRCLOCK)) { in clockintr_cpu_init() 77 CLR(cq->cq_flags, CQ_INTRCLOCK); in clockintr_cpu_init() 135 SET(cq->cq_flags, CQ_INTRCLOCK); in clockintr_cpu_init() 146 KASSERT(ISSET(cq->cq_flags, CQ_INIT)); in clockintr_trigger() 148 if (ISSET(cq->cq_flags, CQ_INTRCLOCK)) in clockintr_trigger() 172 KASSERT(ISSET(cq->cq_flags, CQ_INIT)); in clockintr_dispatch() 216 if (ISSET(cq->cq_flags, CQ_IGNORE_REQUEST)) { in clockintr_dispatch() 217 CLR(cq->cq_flags, CQ_IGNORE_REQUEST); in clockintr_dispatch() 224 if (ISSET(cq->cq_flags, CQ_NEED_WAKEUP)) { in clockintr_dispatch() 225 CLR(cq->cq_flags, CQ_NEED_WAKEU in clockintr_dispatch() [all...] |
| /openbsd-src/sys/sys/ |
| H A D | clockintr.h | 110 uint32_t cq_flags; /* [m] CQ_* flags; see below */ member
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_mcx.c | 1625 uint32_t cq_flags; 6921 flags = bemtoh32(&cqe->cq_flags); in mcx_process_rx() 1626 uint32_t cq_flags; global() member
|