Home
last modified time | relevance | path

Searched refs:doe_mbs (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/cxl/
Dpci.c401 xa_init(&cxlds->doe_mbs); in devm_cxl_pci_create_doe()
402 if (devm_add_action(&pdev->dev, cxl_pci_destroy_doe, &cxlds->doe_mbs)) { in devm_cxl_pci_create_doe()
421 if (xa_insert(&cxlds->doe_mbs, off, doe_mb, GFP_KERNEL)) { in devm_cxl_pci_create_doe()
Dcxlmem.h248 struct xarray doe_mbs; member
/linux-6.1.9/drivers/cxl/core/
Dpci.c475 xa_for_each(&cxlds->doe_mbs, index, entry) { in find_cdat_doe()