Home
last modified time | relevance | path

Searched refs:sqe_flags (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/rtio/
Drtio_executor.c149 uint32_t sqe_flags, cqe_flags; in rtio_executor_done() local
153 sqe_flags = curr->sqe.flags; in rtio_executor_done()
164 if (!is_canceled && FIELD_GET(RTIO_SQE_NO_RESPONSE, sqe_flags) == 0) { in rtio_executor_done()
173 } while (sqe_flags & RTIO_SQE_TRANSACTION); in rtio_executor_done()
176 if (sqe_flags & RTIO_SQE_CHAINED) { in rtio_executor_done()