Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/cxl/test/
Dcxl.c104 struct acpi_cedt_chbs chbs[NR_CXL_HOST_BRIDGES + NR_CXL_SINGLE_HOST]; member
133 .chbs[0] = {
136 .length = sizeof(mock_cedt.chbs[0]),
141 .chbs[1] = {
144 .length = sizeof(mock_cedt.chbs[0]),
149 .chbs[2] = {
152 .length = sizeof(mock_cedt.chbs[0]),
295 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in populate_cedt()
296 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i]; in populate_cedt() local
299 if (chbs->cxl_version == ACPI_CEDT_CHBS_VERSION_CXL20) in populate_cedt()
[all …]
/linux-6.1.9/drivers/cxl/
Dacpi.c238 struct acpi_cedt_chbs *chbs; in cxl_get_chbcr() local
243 chbs = (struct acpi_cedt_chbs *) header; in cxl_get_chbcr()
245 if (ctx->uid != chbs->uid) in cxl_get_chbcr()
247 ctx->chbcr = chbs->base; in cxl_get_chbcr()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc.h218 uint32_t chbs : 1; /* Cofigure Host Backing store */ member
228 uint32_t chbs : 1; /* Cofigure Host Backing store */
Dlpfc_hw.h3456 uint32_t chbs : 1; /* Cofigure Host Backing store */ member
3466 uint32_t chbs : 1; /* Cofigure Host Backing store */ member