mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
cxl/mem: Add set of informational commands
Add initial set of formal commands beyond basic identify and command enumeration. Signed-off-by: Ben Widawsky <ben.widawsky@intel.com> Reviewed-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> (v2) Link: https://lore.kernel.org/r/20210217040958.1354670-8-ben.widawsky@intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
committed by
Dan Williams
parent
472b1ce6e9
commit
57ee605b97
@@ -24,6 +24,11 @@
|
||||
___C(IDENTIFY, "Identify Command"), \
|
||||
___C(RAW, "Raw device command"), \
|
||||
___C(GET_SUPPORTED_LOGS, "Get Supported Logs"), \
|
||||
___C(GET_FW_INFO, "Get FW Info"), \
|
||||
___C(GET_PARTITION_INFO, "Get Partition Information"), \
|
||||
___C(GET_LSA, "Get Label Storage Area"), \
|
||||
___C(GET_HEALTH_INFO, "Get Health Info"), \
|
||||
___C(GET_LOG, "Get Log"), \
|
||||
___C(MAX, "invalid / last command")
|
||||
|
||||
#define ___C(a, b) CXL_MEM_COMMAND_ID_##a
|
||||
|
Reference in New Issue
Block a user