Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpci-doe.h73 struct pci_doe_mb *pcim_doe_create_mb(struct pci_dev *pdev, u16 cap_offset);
/Linux-v6.1/drivers/pci/
Ddoe.c413 struct pci_doe_mb *pcim_doe_create_mb(struct pci_dev *pdev, u16 cap_offset) in pcim_doe_create_mb() function
470 EXPORT_SYMBOL_GPL(pcim_doe_create_mb);
/Linux-v6.1/drivers/cxl/
Dpci.c414 doe_mb = pcim_doe_create_mb(pdev, off); in devm_cxl_pci_create_doe()