Home
last modified time | relevance | path

Searched refs:other_msix (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Daffinity.c816 struct hfi1_msix_entry *other_msix; in hfi1_update_sdma_affinity() local
818 other_msix = &dd->msix_info.msix_entries[i]; in hfi1_update_sdma_affinity()
819 if (other_msix->type != IRQ_SDMA || other_msix == msix) in hfi1_update_sdma_affinity()
822 if (cpumask_test_cpu(old_cpu, &other_msix->mask)) in hfi1_update_sdma_affinity()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Daffinity.c772 struct hfi1_msix_entry *other_msix; in hfi1_update_sdma_affinity() local
774 other_msix = &dd->msix_info.msix_entries[i]; in hfi1_update_sdma_affinity()
775 if (other_msix->type != IRQ_SDMA || other_msix == msix) in hfi1_update_sdma_affinity()
778 if (cpumask_test_cpu(old_cpu, &other_msix->mask)) in hfi1_update_sdma_affinity()

Completed in 4 milliseconds