1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_id_ctrl_sqes - Defines the required and maximum Submission
7 Queue entry size when using the NVM Command Set.
8
10 enum nvme_id_ctrl_sqes {
11 NVME_CTRL_SQES_MIN ,
12 NVME_CTRL_SQES_MAX
13
14 };
15
17 NVME_CTRL_SQES_MIN
18 Mask to get the value of the required Submission Queue En‐
19 try size when using the NVM Command Set.
20
21 NVME_CTRL_SQES_MAX
22 Mask to get the value of the maximum Submission Queue entry
23 size when using the NVM Command Set.
24
25
26
27April 2022 enum nvme_id_ctrl_sqes libnvme(9)