Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

enum nvme_bprsel - This field indicates the boot partition read select

SYNOPSIS

enum nvme_bprsel {
NVME_BPRSEL_BPRSZ_SHIFT ,
NVME_BPRSEL_BPROF_SHIFT ,
NVME_BPRSEL_BPID_SHIFT ,
NVME_BPRSEL_BPRSZ_MASK ,
NVME_BPRSEL_BPROF_MASK ,
NVME_BPRSEL_BPID_MASK

};

Constants

Shift amount to get the boot partition read size
Shift amount to get the boot partition read offset
Shift amount to get the boot partition identifier
Mask to get the boot partition read size
Mask to get the boot partition read offset
Mask to get the boot partition identifier
enum nvme_bprsel October 2024