mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
Done to reduce line lengths where this is used. Ext seems sufficiently obvious that it need not be spelt out fully. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Fan Ni <fan.ni@samsung.com> Message-Id: <20231023140210.3089-4-Jonathan.Cameron@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
388d6b574e
commit
b34ae3c906
5 changed files with 35 additions and 26 deletions
|
@ -86,7 +86,7 @@ typedef struct CXLDVSECDevice {
|
|||
QEMU_BUILD_BUG_ON(sizeof(CXLDVSECDevice) != 0x38);
|
||||
|
||||
/* CXL 2.0 - 8.1.5 (ID 0003) */
|
||||
typedef struct CXLDVSECPortExtensions {
|
||||
typedef struct CXLDVSECPortExt {
|
||||
DVSECHeader hdr;
|
||||
uint16_t status;
|
||||
uint16_t control;
|
||||
|
@ -100,8 +100,8 @@ typedef struct CXLDVSECPortExtensions {
|
|||
uint32_t alt_prefetch_limit_high;
|
||||
uint32_t rcrb_base;
|
||||
uint32_t rcrb_base_high;
|
||||
} CXLDVSECPortExtensions;
|
||||
QEMU_BUILD_BUG_ON(sizeof(CXLDVSECPortExtensions) != 0x28);
|
||||
} CXLDVSECPortExt;
|
||||
QEMU_BUILD_BUG_ON(sizeof(CXLDVSECPortExt) != 0x28);
|
||||
|
||||
#define PORT_CONTROL_OFFSET 0xc
|
||||
#define PORT_CONTROL_UNMASK_SBR 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue