Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c2793 if (hisi_hba->intr_coal_ticks == 0 || in config_intr_coal_v3_hw()
2801 hisi_hba->intr_coal_ticks); in config_intr_coal_v3_hw()
2816 hisi_hba->intr_coal_ticks); in intr_coal_ticks_v3_hw_show()
2825 u32 intr_coal_ticks; in intr_coal_ticks_v3_hw_store() local
2828 ret = kstrtou32(buf, 10, &intr_coal_ticks); in intr_coal_ticks_v3_hw_store()
2834 if (intr_coal_ticks >= BIT(24)) { in intr_coal_ticks_v3_hw_store()
2839 hisi_hba->intr_coal_ticks = intr_coal_ticks; in intr_coal_ticks_v3_hw_store()
Dhisi_sas.h456 u32 intr_coal_ticks; /* Time of interrupt coalesce in us */ member