Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpci-doe.h74 bool pci_doe_supports_prot(struct pci_doe_mb *doe_mb, u16 vid, u8 type);
/Linux-v6.1/drivers/pci/
Ddoe.c481 bool pci_doe_supports_prot(struct pci_doe_mb *doe_mb, u16 vid, u8 type) in pci_doe_supports_prot() function
496 EXPORT_SYMBOL_GPL(pci_doe_supports_prot);
517 if (!pci_doe_supports_prot(doe_mb, task->prot.vid, task->prot.type)) in pci_doe_submit_task()
/Linux-v6.1/drivers/cxl/core/
Dpci.c478 if (pci_doe_supports_prot(cur, PCI_DVSEC_VENDOR_ID_CXL, in find_cdat_doe()