Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/hfi1/
Daffinity.h33 struct hfi1_msix_entry;
44 struct hfi1_msix_entry *msix);
50 struct hfi1_msix_entry *msix);
Dmsix.c20 struct hfi1_msix_entry *entries; in msix_initialize()
81 struct hfi1_msix_entry *me; in msix_request_irq()
288 struct hfi1_msix_entry *me; in msix_free_irq()
317 struct hfi1_msix_entry *me = dd->msix_info.msix_entries; in msix_clean_up_interrupts()
342 struct hfi1_msix_entry *me; in msix_netdev_synchronize_irq()
Daffinity.c739 static void hfi1_update_sdma_affinity(struct hfi1_msix_entry *msix, int cpu) in hfi1_update_sdma_affinity()
772 struct hfi1_msix_entry *other_msix; in hfi1_update_sdma_affinity()
791 struct hfi1_msix_entry *msix = container_of(notify, in hfi1_irq_notifier_notify()
792 struct hfi1_msix_entry, in hfi1_irq_notifier_notify()
807 static void hfi1_setup_sdma_notifier(struct hfi1_msix_entry *msix) in hfi1_setup_sdma_notifier()
820 static void hfi1_cleanup_sdma_notifier(struct hfi1_msix_entry *msix) in hfi1_cleanup_sdma_notifier()
834 struct hfi1_msix_entry *msix) in get_irq_affinity()
909 int hfi1_get_irq_affinity(struct hfi1_devdata *dd, struct hfi1_msix_entry *msix) in hfi1_get_irq_affinity()
920 struct hfi1_msix_entry *msix) in hfi1_put_irq_affinity()
Dhfi.h680 struct hfi1_msix_entry { struct
692 struct hfi1_msix_entry *msix_entries; argument