Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Ddoe.c118 return !xa_empty(&pdev->doe_mbs); in pci_doe_features_sysfs_group_visible()
228 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_sysfs_teardown()
238 xa_for_each(&pdev->doe_mbs, index, doe_mb) { in pci_doe_sysfs_init()
841 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_find_doe_mailbox()
855 xa_init(&pdev->doe_mbs); in pci_doe_init()
866 rc = xa_insert(&pdev->doe_mbs, offset, doe_mb, GFP_KERNEL); in pci_doe_init()
880 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_destroy()
883 xa_destroy(&pdev->doe_mbs); in pci_doe_destroy()
891 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_disconnected()
/linux/include/linux/
H A Dpci.h556 struct xarray doe_mbs; /* Data Object Exchange mailboxes */ member