pub const SLOT_WORDS: u32 = 16;
Number of u32 words each ring-buffer slot occupies. 16 words = 64 B, a cache line on x86_64 and the slot size NVMe Submission Queue Entries will use when the uring-cmd-nvme extension lands.
uring-cmd-nvme