Searched defs:cq_flags (Results 1 – 1 of 1) sorted by relevance
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