Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Ddoe.c672 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_find_doe_mailbox()
686 xa_init(&pdev->doe_mbs); in pci_doe_init()
697 rc = xa_insert(&pdev->doe_mbs, offset, doe_mb, GFP_KERNEL); in pci_doe_init()
711 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_destroy()
714 xa_destroy(&pdev->doe_mbs); in pci_doe_destroy()
722 xa_for_each(&pdev->doe_mbs, index, doe_mb) in pci_doe_disconnected()
/openbmc/linux/include/linux/
H A Dpci.h517 struct xarray doe_mbs; /* Data Object Exchange mailboxes */ member