Home
last modified time | relevance | path

Searched refs:chbs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/cxl/
H A Dacpi.c559 struct acpi_cedt_chbs *chbs; in cxl_get_chbs_iter() local
561 chbs = (struct acpi_cedt_chbs *) header; in cxl_get_chbs_iter()
563 if (chbs->cxl_version == ACPI_CEDT_CHBS_VERSION_CXL11 && in cxl_get_chbs_iter()
564 chbs->length != ACPI_CEDT_CHBS_LENGTH_CXL11) in cxl_get_chbs_iter()
567 if (chbs->cxl_version == ACPI_CEDT_CHBS_VERSION_CXL20 && in cxl_get_chbs_iter()
568 chbs->length != ACPI_CEDT_CHBS_LENGTH_CXL20) in cxl_get_chbs_iter()
571 if (!chbs->base) in cxl_get_chbs_iter()
574 if (ctx->saved_version != chbs->cxl_version) { in cxl_get_chbs_iter()
579 ctx->saved_version = chbs->cxl_version; in cxl_get_chbs_iter()
586 if (ctx->uid != chbs->uid) in cxl_get_chbs_iter()
[all …]
/linux/tools/testing/cxl/test/
H A Dcxl.c128 struct acpi_cedt_chbs chbs[NR_BRIDGES]; member
177 .chbs[0] = {
180 .length = sizeof(mock_cedt.chbs[0]),
185 .chbs[1] = {
188 .length = sizeof(mock_cedt.chbs[0]),
193 .chbs[2] = {
196 .length = sizeof(mock_cedt.chbs[0]),
201 .chbs[3] = {
204 .length = sizeof(mock_cedt.chbs[0]),
454 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in populate_cedt()
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc.h218 uint32_t chbs : 1; /* Cofigure Host Backing store */ member
228 uint32_t chbs : 1; /* Cofigure Host Backing store */
H A Dlpfc_hw.h3504 uint32_t chbs : 1; /* Cofigure Host Backing store */ member
3514 uint32_t chbs : 1; /* Cofigure Host Backing store */ member