Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c512 static bool hisi_sas_intr_conv; variable
584 hisi_sas_intr_conv); in init_reg_v3_hw()
2439 if (hisi_sas_intr_conv) in interrupt_init_v3_hw()
2444 int nr = hisi_sas_intr_conv ? 16 : 16 + i; in interrupt_init_v3_hw()
2445 unsigned long irqflags = hisi_sas_intr_conv ? IRQF_SHARED : in interrupt_init_v3_hw()
2632 return scnprintf(buf, PAGE_SIZE, "%u\n", hisi_sas_intr_conv); in intr_conv_v3_hw_show()
3375 int nr = hisi_sas_intr_conv ? 16 : 16 + i; in hisi_sas_v3_destroy_irqs()
3593 module_param_named(intr_conv, hisi_sas_intr_conv, bool, 0444);