Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dpci.c468 struct pci_doe_mb *doe_mb, in cxl_cdat_get_length() argument
475 rc = pci_doe(doe_mb, PCI_VENDOR_ID_CXL, in cxl_cdat_get_length()
493 struct pci_doe_mb *doe_mb, in cxl_cdat_read_table() argument
505 rc = pci_doe(doe_mb, PCI_VENDOR_ID_CXL, in cxl_cdat_read_table()
569 struct pci_doe_mb *doe_mb; in read_cdat_data() local
590 doe_mb = pci_find_doe_mailbox(pdev, PCI_VENDOR_ID_CXL, in read_cdat_data()
592 if (!doe_mb) { in read_cdat_data()
599 if (cxl_cdat_get_length(dev, doe_mb, &length)) { in read_cdat_data()
614 rc = cxl_cdat_read_table(dev, doe_mb, buf, &length); in read_cdat_data()
/linux/include/linux/
H A Dpci-doe.h25 int pci_doe(struct pci_doe_mb *doe_mb, u16 vendor, u8 type,
H A Dpci-tsm.h126 struct pci_doe_mb *doe_mb; member
/linux/drivers/pci/
H A Dtsm.c747 tsm->doe_mb = pci_find_doe_mailbox(pdev, PCI_VENDOR_ID_PCI_SIG, in pci_tsm_pf0_constructor()
749 if (!tsm->doe_mb) { in pci_tsm_pf0_constructor()
894 if (!tsm->doe_mb) in pci_tsm_doe_transfer()
897 return pci_doe(tsm->doe_mb, PCI_VENDOR_ID_PCI_SIG, type, req, req_sz, in pci_tsm_doe_transfer()