Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Ddoe.c97 struct pci_doe_mb *doe_mb; member
136 struct pci_doe_mb *doe_mb) in pci_doe_sysfs_feature_remove() argument
138 struct device_attribute *attrs = doe_mb->sysfs_attrs; in pci_doe_sysfs_feature_remove()
146 doe_mb->sysfs_attrs = NULL; in pci_doe_sysfs_feature_remove()
147 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_remove()
157 struct pci_doe_mb *doe_mb) in pci_doe_sysfs_feature_populate() argument
167 xa_for_each(&doe_mb->feats, i, entry) in pci_doe_sysfs_feature_populate()
176 doe_mb->sysfs_attrs = attrs; in pci_doe_sysfs_feature_populate()
177 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_populate()
219 pci_doe_sysfs_feature_remove(pdev, doe_mb); in pci_doe_sysfs_feature_populate()
[all …]
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()
/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/crypto/ccp/
H A Dsev-dev-tsm.c43 ret = pci_doe(dsm->tsm.doe_mb, PCI_VENDOR_ID_PCI_SIG, ret, in sev_tio_spdm_cmd()
275 PCI_DOE_FEATURE_SSESSION) != dsm->tsm.doe_mb) { in dsm_connect()