Searched refs:doe_mbs (Results 1 – 2 of 2) sorted by relevance
672 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()
517 struct xarray doe_mbs; /* Data Object Exchange mailboxes */ member