Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/rtio/
Drtio_handlers.c113 struct rtio_cqe *cqes, in z_vrfy_rtio_cqe_copy_out() argument
119 K_OOPS(K_SYSCALL_MEMORY_ARRAY_WRITE(cqes, cqe_count, sizeof(struct rtio_cqe))); in z_vrfy_rtio_cqe_copy_out()
121 return z_impl_rtio_cqe_copy_out(r, cqes, cqe_count, timeout); in z_vrfy_rtio_cqe_copy_out()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h1469 struct rtio_cqe *cqes,
1473 struct rtio_cqe *cqes, in z_impl_rtio_cqe_copy_out() argument
1488 cqes[copied++] = *cqe; in z_impl_rtio_cqe_copy_out()
/Zephyr-latest/drivers/disk/nvme/
Dnvme.h279 uint8_t cqes; member