Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
A Dcxl.c91 .chbs[0] = {
94 .length = sizeof(mock_cedt.chbs[0]),
99 .chbs[1] = {
102 .length = sizeof(mock_cedt.chbs[0]),
107 .chbs[2] = {
110 .length = sizeof(mock_cedt.chbs[0]),
115 .chbs[3] = {
118 .length = sizeof(mock_cedt.chbs[0]),
245 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i]; in populate_cedt() local
256 chbs->base = res->range.start; in populate_cedt()
[all …]
/linux/drivers/cxl/
A Dacpi.c157 struct acpi_cedt_chbs *chbs, *chbs_match = NULL; in cxl_acpi_match_chbs() local
172 chbs = cedt_subtable + cur; in cxl_acpi_match_chbs()
174 if (chbs->header.length < sizeof(*chbs)) { in cxl_acpi_match_chbs()
177 chbs->header.length); in cxl_acpi_match_chbs()
182 if (chbs->uid != uid) { in cxl_acpi_match_chbs()
195 chbs_match = chbs; in cxl_acpi_match_chbs()
202 static resource_size_t get_chbcr(struct acpi_cedt_chbs *chbs) in get_chbcr() argument
204 return IS_ERR(chbs) ? CXL_RESOURCE_NONE : chbs->base; in get_chbcr()
363 struct acpi_cedt_chbs *chbs; in add_host_bridge_dport() local
379 chbs = cxl_acpi_match_chbs(host, uid); in add_host_bridge_dport()
[all …]
/linux/drivers/scsi/lpfc/
A Dlpfc.h223 uint32_t chbs : 1; /* Cofigure Host Backing store */ member
233 uint32_t chbs : 1; /* Cofigure Host Backing store */
A Dlpfc_hw.h3396 uint32_t chbs : 1; /* Cofigure Host Backing store */ member
3406 uint32_t chbs : 1; /* Cofigure Host Backing store */ member

Completed in 38 milliseconds