Home
last modified time | relevance | path

Searched refs:sq_flags (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtrace.c26 u16 sq_flags = get_unaligned_le16(cdw10 + 4); in nvme_trace_create_sq() local
31 sqid, qsize, sq_flags, cqid); in nvme_trace_create_sq()
H A Dpci.c1190 c.create_sq.sq_flags = cpu_to_le16(flags); in adapter_alloc_sq()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h406 __le16 sq_flags; member
H A Dnvme.c443 c.create_sq.sq_flags = cpu_to_le16(flags); in nvme_alloc_sq()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c165 u32 sq_flags; member
1698 WRITE_ONCE(ctx->rings->sq_flags, in __io_cqring_overflow_flush()
1699 ctx->rings->sq_flags & ~IORING_SQ_CQ_OVERFLOW); in __io_cqring_overflow_flush()
1788 WRITE_ONCE(ctx->rings->sq_flags, in io_cqring_event_overflow()
1789 ctx->rings->sq_flags | IORING_SQ_CQ_OVERFLOW); in io_cqring_event_overflow()
7240 WRITE_ONCE(ctx->rings->sq_flags, in io_ring_set_wakeup_flag()
7241 ctx->rings->sq_flags | IORING_SQ_NEED_WAKEUP); in io_ring_set_wakeup_flag()
7248 WRITE_ONCE(ctx->rings->sq_flags, in io_ring_clear_wakeup_flag()
7249 ctx->rings->sq_flags & ~IORING_SQ_NEED_WAKEUP); in io_ring_clear_wakeup_flag()
10256 p->sq_off.flags = offsetof(struct io_rings, sq_flags); in io_uring_create()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h1146 __le16 sq_flags; member