Home
last modified time | relevance | path

Searched refs:hfi1_msix_entry (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Daffinity.h74 struct hfi1_msix_entry;
85 struct hfi1_msix_entry *msix);
91 struct hfi1_msix_entry *msix);
Dmsix.c63 struct hfi1_msix_entry *entries; in msix_initialize()
124 struct hfi1_msix_entry *me; in msix_request_irq()
331 struct hfi1_msix_entry *me; in msix_free_irq()
360 struct hfi1_msix_entry *me = dd->msix_info.msix_entries; in msix_clean_up_interrupts()
385 struct hfi1_msix_entry *me; in msix_netdev_synchronize_irq()
Daffinity.c792 static void hfi1_update_sdma_affinity(struct hfi1_msix_entry *msix, int cpu) in hfi1_update_sdma_affinity()
825 struct hfi1_msix_entry *other_msix; in hfi1_update_sdma_affinity()
844 struct hfi1_msix_entry *msix = container_of(notify, in hfi1_irq_notifier_notify()
845 struct hfi1_msix_entry, in hfi1_irq_notifier_notify()
860 static void hfi1_setup_sdma_notifier(struct hfi1_msix_entry *msix) in hfi1_setup_sdma_notifier()
873 static void hfi1_cleanup_sdma_notifier(struct hfi1_msix_entry *msix) in hfi1_cleanup_sdma_notifier()
887 struct hfi1_msix_entry *msix) in get_irq_affinity()
962 int hfi1_get_irq_affinity(struct hfi1_devdata *dd, struct hfi1_msix_entry *msix) in hfi1_get_irq_affinity()
973 struct hfi1_msix_entry *msix) in hfi1_put_irq_affinity()
Dhfi.h727 struct hfi1_msix_entry { struct
739 struct hfi1_msix_entry *msix_entries; argument