Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/
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()
/linux-6.6.21/include/linux/
Dpci.h517 struct xarray doe_mbs; /* Data Object Exchange mailboxes */ member