Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

enum nvme_aqa - This field indicates the admin queue attributes

SYNOPSIS

enum nvme_aqa {
NVME_AQA_ASQS_SHIFT ,
NVME_AQA_ACQS_SHIFT ,
NVME_AQA_ASQS_MASK ,
NVME_AQA_ACQS_MASK

};

Constants

Shift amount to get the admin submission queue size
Shift amount to get the admin completion queue size
Mask to get the admin submission queue size
Mask to get the admin completion queue size
enum nvme_aqa May 2024