mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
cxl: Enumerate feature commands
Add feature commands enumeration code in order to detect and enumerate the 3 feature related commands "get supported features", "get feature", and "set feature". The enumeration will help determine whether the driver can issue any of the 3 commands to the device. Reviewed-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Li Ming <ming.li@zohomail.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Davidlohr Bueso <dave@stgolabs.net> Tested-by: Shiju Jose <shiju.jose@huawei.com> Link: https://patch.msgid.link/20250220194438.2281088-2-dave.jiang@intel.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
This commit is contained in:
@@ -490,6 +490,9 @@ enum cxl_opcode {
|
||||
CXL_MBOX_OP_GET_LOG_CAPS = 0x0402,
|
||||
CXL_MBOX_OP_CLEAR_LOG = 0x0403,
|
||||
CXL_MBOX_OP_GET_SUP_LOG_SUBLIST = 0x0405,
|
||||
CXL_MBOX_OP_GET_SUPPORTED_FEATURES = 0x0500,
|
||||
CXL_MBOX_OP_GET_FEATURE = 0x0501,
|
||||
CXL_MBOX_OP_SET_FEATURE = 0x0502,
|
||||
CXL_MBOX_OP_IDENTIFY = 0x4000,
|
||||
CXL_MBOX_OP_GET_PARTITION_INFO = 0x4100,
|
||||
CXL_MBOX_OP_SET_PARTITION_INFO = 0x4101,
|
||||
|
||||
Reference in New Issue
Block a user