Adding upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
65508f0a28
commit
c0fbec1eb4
571 changed files with 10718 additions and 2738 deletions
13
plugins/ocp/ocp-types.h
Normal file
13
plugins/ocp/ocp-types.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
#ifndef OCP_TYPES_H
|
||||
#define OCP_TYPES_H
|
||||
|
||||
#define OCP_GET(value, name) NVME_GET(value, OCP_##name)
|
||||
#define OCP_SET(value, name) NVME_SET(value, OCP_##name)
|
||||
|
||||
enum nvme_ocp_enable_ieee1667_silo {
|
||||
NVME_OCP_ENABLE_IEEE1667_SILO_SHIFT = 31,
|
||||
NVME_OCP_ENABLE_IEEE1667_SILO_MASK = 1,
|
||||
};
|
||||
|
||||
#endif /* OCP_TYPES_H */
|
Loading…
Add table
Add a link
Reference in a new issue