Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/
Dio_uring_zerocopy_tx.c429 if (cqe->flags & IORING_CQE_F_NOTIF) { in do_tx()
460 if (!(cqe->flags & IORING_CQE_F_NOTIF)) in do_tx()
/Linux-v6.6/include/uapi/linux/
Dio_uring.h404 #define IORING_CQE_F_NOTIF (1U << 3) macro
/Linux-v6.6/io_uring/
Dnet.c995 notif->cqe.flags = IORING_CQE_F_NOTIF; in io_send_zc_prep()