Searched refs:IORING_OP_RECV_ZC (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | iou-zcrx.c | 237 io_uring_prep_rw(IORING_OP_RECV_ZC, sqe, sockfd, NULL, 0, 0); in add_recvzc() 248 io_uring_prep_rw(IORING_OP_RECV_ZC, sqe, sockfd, NULL, len, 0); in add_recvzc_oneshot()
|
| /linux/io_uring/ |
| H A D | opdef.c | 521 [IORING_OP_RECV_ZC] = { 823 [IORING_OP_RECV_ZC] = {
|
| /linux/include/uapi/linux/ |
| H A D | io_uring.h | 314 IORING_OP_RECV_ZC, enumerator
|
| /linux/Documentation/networking/ |
| H A D | iou-zcrx.rst | 161 io_uring_prep_rw(IORING_OP_RECV_ZC, sqe, fd, NULL, 0, 0);
|