Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c2801 if (hisi_hba->intr_coal_ticks == 0 || in config_intr_coal_v3_hw()
2809 hisi_hba->intr_coal_ticks); in config_intr_coal_v3_hw()
2824 hisi_hba->intr_coal_ticks); in intr_coal_ticks_v3_hw_show()
2833 u32 intr_coal_ticks; in intr_coal_ticks_v3_hw_store() local
2836 ret = kstrtou32(buf, 10, &intr_coal_ticks); in intr_coal_ticks_v3_hw_store()
2842 if (intr_coal_ticks >= BIT(24)) { in intr_coal_ticks_v3_hw_store()
2847 hisi_hba->intr_coal_ticks = intr_coal_ticks; in intr_coal_ticks_v3_hw_store()
H A Dhisi_sas.h455 u32 intr_coal_ticks; /* Time of interrupt coalesce in us */ member