Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2641 if (hisi_hba->intr_coal_ticks == 0 || in config_intr_coal_v3_hw()
2649 hisi_hba->intr_coal_ticks); in config_intr_coal_v3_hw()
2664 hisi_hba->intr_coal_ticks); in intr_coal_ticks_v3_hw_show()
2673 u32 intr_coal_ticks; in intr_coal_ticks_v3_hw_store() local
2676 ret = kstrtou32(buf, 10, &intr_coal_ticks); in intr_coal_ticks_v3_hw_store()
2682 if (intr_coal_ticks >= BIT(24)) { in intr_coal_ticks_v3_hw_store()
2687 hisi_hba->intr_coal_ticks = intr_coal_ticks; in intr_coal_ticks_v3_hw_store()
H A Dhisi_sas.h467 u32 intr_coal_ticks; /* Time of interrupt coalesce in us */ member