Searched refs:sq_flags (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_queue.h | 68 u16 sq_flags; member 119 u16 sq_flags; member
|
H A D | fun_queue.c | 166 return funq->sq_flags & FUN_ADMIN_EPSQ_CREATE_FLAG_HEAD_WB_ADDRESS; in fun_sq_is_head_wb() 436 funq->sq_flags = req->sq_flags; in fun_alloc_queue() 511 rc = fun_sq_create(fdev, funq->sq_flags, funq->sqid, funq->cqid, in fun_create_sq()
|
/openbmc/linux/io_uring/ |
H A D | sqpoll.c | 290 &ctx->rings->sq_flags); in io_sq_thread() 317 &ctx->rings->sq_flags); in io_sq_thread() 327 atomic_or(IORING_SQ_NEED_WAKEUP, &ctx->rings->sq_flags); in io_sq_thread()
|
H A D | io_uring.c | 736 atomic_andnot(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in __io_cqring_overflow_flush() 827 atomic_or(IORING_SQ_CQ_OVERFLOW, &ctx->rings->sq_flags); in io_cqring_event_overflow() 1184 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in ctx_flush_and_put() 1331 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in io_req_local_work_add() 1358 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in io_req_normal_work_add() 1399 atomic_or(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in io_run_local_work_continue() 1413 atomic_andnot(IORING_SQ_TASKRUN, &ctx->rings->sq_flags); in __io_run_local_work() 3996 p->sq_off.flags = offsetof(struct io_rings, sq_flags); in io_uring_create()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | trace.c | 26 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 D | apple.c | 716 c.create_sq.sq_flags = cpu_to_le16(NVME_QUEUE_PHYS_CONTIG); in apple_nvme_create_sq()
|
H A D | pci.c | 1200 c.create_sq.sq_flags = cpu_to_le16(flags); in adapter_alloc_sq()
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 685 uint16_t sq_flags; member 690 #define NVME_SQ_FLAGS_PC(sq_flags) (sq_flags & 0x1) argument 691 #define NVME_SQ_FLAGS_QPRIO(sq_flags) ((sq_flags >> 1) & 0x3) argument
|
/openbmc/linux/include/linux/ |
H A D | io_uring_types.h | 122 atomic_t sq_flags; member
|
H A D | nvme.h | 1322 __le16 sq_flags; member
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.h | 405 __le16 sq_flags; member
|
H A D | nvme.c | 422 c.create_sq.sq_flags = cpu_to_le16(flags); in nvme_alloc_sq()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 4873 uint16_t qflags = le16_to_cpu(c->sq_flags); in nvme_create_sq()
|