Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/ !
H A Daffinity.h33 struct hfi1_msix_entry;
44 struct hfi1_msix_entry *msix);
50 struct hfi1_msix_entry *msix);
H A Dmsix.c20 struct hfi1_msix_entry *entries; in msix_initialize()
80 struct hfi1_msix_entry *me; in msix_request_irq()
287 struct hfi1_msix_entry *me; in msix_free_irq()
316 struct hfi1_msix_entry *me = dd->msix_info.msix_entries; in msix_clean_up_interrupts()
341 struct hfi1_msix_entry *me; in msix_netdev_synchronize_irq()
H A Daffinity.c730 static void hfi1_update_sdma_affinity(struct hfi1_msix_entry *msix, int cpu) in hfi1_update_sdma_affinity()
763 struct hfi1_msix_entry *other_msix; in hfi1_update_sdma_affinity()
782 struct hfi1_msix_entry *msix = container_of(notify, in hfi1_irq_notifier_notify()
783 struct hfi1_msix_entry, in hfi1_irq_notifier_notify()
798 static void hfi1_setup_sdma_notifier(struct hfi1_msix_entry *msix) in hfi1_setup_sdma_notifier()
811 static void hfi1_cleanup_sdma_notifier(struct hfi1_msix_entry *msix) in hfi1_cleanup_sdma_notifier()
825 struct hfi1_msix_entry *msix) in get_irq_affinity()
900 int hfi1_get_irq_affinity(struct hfi1_devdata *dd, struct hfi1_msix_entry *msix) in hfi1_get_irq_affinity()
911 struct hfi1_msix_entry *msix) in hfi1_put_irq_affinity()
H A Dhfi.h680 struct hfi1_msix_entry { struct
692 struct hfi1_msix_entry *msix_entries; argument