Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2642 hisi_hba->intr_coal_count == 0) { in config_intr_coal_v3_hw()
2651 hisi_hba->intr_coal_count); in config_intr_coal_v3_hw()
2703 hisi_hba->intr_coal_count); in intr_coal_count_v3_hw_show()
2712 u32 intr_coal_count; in intr_coal_count_v3_hw_store() local
2715 ret = kstrtou32(buf, 10, &intr_coal_count); in intr_coal_count_v3_hw_store()
2721 if (intr_coal_count >= BIT(8)) { in intr_coal_count_v3_hw_store()
2726 hisi_hba->intr_coal_count = intr_coal_count; in intr_coal_count_v3_hw_store()
H A Dhisi_sas.h468 u32 intr_coal_count; /* Interrupt count to coalesce */ member