Searched defs:cq_flags (Results 1 – 7 of 7) sorted by relevance
67 u16 cq_flags; member118 u16 cq_flags; member
53 u16 cq_flags = get_unaligned_le16(cdw10 + 4); in nvme_trace_create_cq() local
1590 unsigned long cq_flags; in ocrdma_discard_cqes() local2873 int ocrdma_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags cq_flags) in ocrdma_arm_cq()
129 u32 cq_flags; member
1308 __le16 cq_flags; member
663 uint16_t cq_flags; member668 #define NVME_CQ_FLAGS_PC(cq_flags) (cq_flags & 0x1) argument669 #define NVME_CQ_FLAGS_IEN(cq_flags) ((cq_flags >> 1) & 0x1) argument
391 __le16 cq_flags; member