Searched refs:interrupt_preinit (Results 1 – 3 of 3) sorted by relevance
310 int (*interrupt_preinit)(struct hisi_hba *hisi_hba); member
2463 if (hisi_hba->hw->interrupt_preinit) in hisi_sas_interrupt_preinit()2464 return hisi_hba->hw->interrupt_preinit(hisi_hba); in hisi_sas_interrupt_preinit()
3595 .interrupt_preinit = hisi_sas_v2_interrupt_preinit,