Lines Matching full:msi

3  * PCI Message Signaled Interrupt (MSI) - irqdomain support
9 #include "msi.h"
36 * pci_msi_domain_write_msg - Helper to write MSI message to PCI config space
37 * @irq_data: Pointer to interrupt data of the MSI interrupt
45 * For MSI-X desc->irq is always equal to irq_data->irq. For in pci_msi_domain_write_msg()
46 * MSI only the first interrupt of MULTI MSI passes the test. in pci_msi_domain_write_msg()
53 * pci_msi_domain_calc_hwirq - Generate a unique ID for an MSI source
54 * @desc: Pointer to the MSI descriptor
104 * pci_msi_create_irq_domain - Create a MSI interrupt domain
106 * @info: MSI domain info
109 * Updates the domain and chip ops and creates a MSI interrupt domain.
126 /* Let the core code free MSI descriptors when freeing interrupts */ in pci_msi_create_irq_domain()
133 /* PCI-MSI is oneshot-safe */ in pci_msi_create_irq_domain()
143 * Per device MSI[-X] domain functionality
196 .name = "PCI-MSI",
228 /* Don't fiddle with preallocated MSI descriptors */ in pci_msix_prepare_desc()
272 * pci_setup_msi_device_domain - Setup a device MSI interrupt domain
277 * - The device does not have a MSI parent irq domain associated,
279 * PCI/MSI domain models working
280 * - The MSI domain exists already
281 * - The MSI domain was successfully allocated
283 * - MSI-X is enabled
286 * The created MSI domain is preserved until:
288 * - MSI is disabled and a MSI-X domain is created
304 * pci_setup_msix_device_domain - Setup a device MSI-X interrupt domain
306 * @hwsize: The size of the MSI-X vector table
310 * - The device does not have a MSI parent irq domain associated,
312 * PCI/MSI domain models working
313 * - The MSI-X domain exists already
314 * - The MSI-X domain was successfully allocated
316 * - MSI is enabled
319 * The created MSI-X domain is preserved until:
321 * - MSI-X is disabled and a MSI domain is created
358 * For "global" PCI/MSI interrupt domains the associated in pci_msi_domain_supports()
366 * For MSI parent domains the supported feature set in pci_msi_domain_supports()
370 * expanding the PCI/MSI functionality. in pci_msi_domain_supports()
379 * Users of the generic MSI infrastructure expect a device to have a single ID,
403 * pci_msi_domain_get_msi_rid - Get the MSI requester id (RID)
427 * pci_msi_get_device_domain - Get the MSI domain for a given PCI device
430 * Use the firmware data to find a device-specific MSI domain
433 * Returns: The corresponding MSI domain or NULL if none has been found.