Searched refs:IORING_CQE_F_MORE (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | io_uring_zerocopy_tx.c | 166 if (cqe->flags & IORING_CQE_F_MORE) in do_tx() 175 if (cqe->flags & IORING_CQE_F_MORE) { in do_tx() 194 if (cqe->flags & IORING_CQE_F_MORE) in do_tx()
|
| /linux-6.15/io_uring/ |
| H A D | net.c | 502 if (io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_send_finish() 811 #define CQE_F_MASK (IORING_CQE_F_SOCK_NONEMPTY|IORING_CQE_F_MORE) 860 io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_recv_finish() 1478 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_send_zc() 1549 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_sendmsg_zc() 1562 req->cqe.flags |= IORING_CQE_F_MORE; in io_sendrecv_fail() 1651 io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_accept()
|
| H A D | timeout.c | 75 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
|
| H A D | poll.c | 286 if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) { in io_poll_check_events()
|
| H A D | zcrx.c | 713 cqe->flags = IORING_CQE_F_MORE; in io_zcrx_queue_cqe()
|
| H A D | rw.c | 1067 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | io_uring.h | 414 #define IORING_CQE_F_MORE (1U << 1) macro
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | iou-zcrx.c | 251 } else if (!(cqe->flags & IORING_CQE_F_MORE)) { in process_recvzc()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | io_uring.h | 481 #define IORING_CQE_F_MORE (1U << 1) macro
|