Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Ddoe.c120 return !xa_empty(&pdev->doe_mbs); in pci_doe_features_sysfs_group_visible()
230 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_sysfs_teardown()
240 xa_for_each(&pdev->doe_mbs, index, doe_mb) { in pci_doe_sysfs_init()
843 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_find_doe_mailbox()
857 xa_init(&pdev->doe_mbs); in pci_doe_init()
868 rc = xa_insert(&pdev->doe_mbs, offset, doe_mb, GFP_KERNEL); in pci_doe_init()
882 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_destroy()
885 xa_destroy(&pdev->doe_mbs); in pci_doe_destroy()
893 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_disconnected()
/linux-6.15/include/linux/
H A Dpci.h533 struct xarray doe_mbs; /* Data Object Exchange mailboxes */ member