NVME_DWORD_SIZE
errx(-1, "Offset must be multiple of %d", NVME_DWORD_SIZE);
field->nlfi_human, field->nlfi_spec, len, NVME_DWORD_SIZE);
return (nvme_field_range_check(field, NVME_DWORD_SIZE,
gran = NVME_DWORD_SIZE;
return (P2ROUNDUP(len, NVME_DWORD_SIZE));
if ((size % NVME_DWORD_SIZE) != 0) {
field->nlfi_spec, size, NVME_DWORD_SIZE);
if ((len % NVME_DWORD_SIZE) != 0) {
field->nlfi_spec, len, NVME_DWORD_SIZE);
*act = P2ROUNDUP(orig, NVME_DWORD_SIZE);
if ((off % NVME_DWORD_SIZE) != 0) {
field->nlfi_spec, off, NVME_DWORD_SIZE);
#define NVME_DWORD_MASK (NVME_DWORD_SIZE - 1)