Searched refs:IO_URING_F_SQE128 (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A During_cmd.c163 issue_flags |= IO_URING_F_SQE128;
/linux-master/include/linux/
H A Dio_uring_types.h33 IO_URING_F_SQE128 = (1 << 8), enumerator in enum:io_uring_cmd_flags
/linux-master/drivers/nvme/host/
H A Dioctl.c611 if ((issue_flags & (IO_URING_F_SQE128|IO_URING_F_CQE32)) !=
612 (IO_URING_F_SQE128|IO_URING_F_CQE32))
/linux-master/drivers/block/
H A Dublk_drv.c2866 if (!(issue_flags & IO_URING_F_SQE128))

Completed in 543 milliseconds