Home
last modified time | relevance | path

Searched refs:doe_mb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cxl/core/
H A Dpci.c485 struct pci_doe_mb *doe_mb, in cxl_cdat_get_length() argument
492 rc = pci_doe(doe_mb, PCI_VENDOR_ID_CXL, in cxl_cdat_get_length()
510 struct pci_doe_mb *doe_mb, in cxl_cdat_read_table() argument
522 rc = pci_doe(doe_mb, PCI_VENDOR_ID_CXL, in cxl_cdat_read_table()
586 struct pci_doe_mb *doe_mb; in read_cdat_data() local
607 doe_mb = pci_find_doe_mailbox(pdev, PCI_VENDOR_ID_CXL, in read_cdat_data()
609 if (!doe_mb) { in read_cdat_data()
616 if (cxl_cdat_get_length(dev, doe_mb, &length)) { in read_cdat_data()
631 rc = cxl_cdat_read_table(dev, doe_mb, buf, &length); in read_cdat_data()
/linux/include/linux/
H A Dpci-doe.h21 int pci_doe(struct pci_doe_mb *doe_mb, u16 vendor, u8 type,