Searched refs:cq_flags (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_queue.h | 67 u16 cq_flags; member 118 u16 cq_flags; member
|
H A D | fun_queue.c | 435 funq->cq_flags = req->cq_flags; in fun_alloc_queue() 492 rqid = funq->cq_flags & FUN_ADMIN_EPCQ_CREATE_FLAG_RQ ? in fun_create_cq() 494 rc = fun_cq_create(fdev, funq->cq_flags, funq->cqid, rqid, in fun_create_cq()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | trace.c | 53 u16 cq_flags = get_unaligned_le16(cdw10 + 4); in nvme_trace_create_cq() local 57 cqid, qsize, cq_flags, irq_vector); in nvme_trace_create_cq()
|
H A D | apple.c | 688 c.create_cq.cq_flags = cpu_to_le16(NVME_QUEUE_PHYS_CONTIG | NVME_CQ_IRQ_ENABLED); in apple_nvme_create_cq()
|
H A D | pci.c | 1171 c.create_cq.cq_flags = cpu_to_le16(flags); in adapter_alloc_cq()
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 663 uint16_t cq_flags; member 668 #define NVME_CQ_FLAGS_PC(cq_flags) (cq_flags & 0x1) argument 669 #define NVME_CQ_FLAGS_IEN(cq_flags) ((cq_flags >> 1) & 0x1) argument
|
/openbmc/linux/include/linux/ |
H A D | io_uring_types.h | 129 u32 cq_flags; member
|
H A D | nvme.h | 1308 __le16 cq_flags; member
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 1590 unsigned long cq_flags; in ocrdma_discard_cqes() local 1596 spin_lock_irqsave(&cq->cq_lock, cq_flags); in ocrdma_discard_cqes() 1647 spin_unlock_irqrestore(&cq->cq_lock, cq_flags); in ocrdma_discard_cqes() 2873 int ocrdma_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags cq_flags) in ocrdma_arm_cq() argument 2884 if (cq_flags & IB_CQ_NEXT_COMP || cq_flags & IB_CQ_SOLICITED) in ocrdma_arm_cq() 2886 if (cq_flags & IB_CQ_SOLICITED) in ocrdma_arm_cq()
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.h | 391 __le16 cq_flags; member
|
H A D | nvme.c | 405 c.create_cq.cq_flags = cpu_to_le16(flags); in nvme_alloc_cq()
|
/openbmc/linux/io_uring/ |
H A D | io_uring.c | 582 if (READ_ONCE(ctx->rings->cq_flags) & IORING_CQ_EVENTFD_DISABLED) in io_eventfd_signal() 4010 p->cq_off.flags = offsetof(struct io_rings, cq_flags); in io_uring_create()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 5509 uint16_t qflags = le16_to_cpu(c->cq_flags); in nvme_create_cq()
|