Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c525 static bool hisi_sas_intr_conv; variable
595 hisi_sas_intr_conv); in init_reg_v3_hw()
2450 if (hisi_sas_intr_conv) in interrupt_init_v3_hw()
2455 int nr = hisi_sas_intr_conv ? 16 : 16 + i; in interrupt_init_v3_hw()
2456 unsigned long irqflags = hisi_sas_intr_conv ? IRQF_SHARED : in interrupt_init_v3_hw()
2643 return scnprintf(buf, PAGE_SIZE, "%u\n", hisi_sas_intr_conv); in intr_conv_v3_hw_show()
4820 int nr = hisi_sas_intr_conv ? 16 : 16 + i; in hisi_sas_v3_destroy_irqs()
5013 module_param_named(intr_conv, hisi_sas_intr_conv, bool, 0444);