Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/uapi/linux/
Dio_uring.h370 #define IORING_CQE_F_NOTIF (1U << 3) macro
/linux-6.1.9/io_uring/
Dnet.c960 notif->cqe.flags = IORING_CQE_F_NOTIF; in io_send_zc_prep()