Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c304 HISI_SAS_PHY_INT_NR enumerator
404 #define HISI_SAS_PHY_MAX_INT_NR (HISI_SAS_PHY_INT_NR * HISI_SAS_MAX_PHYS)
1613 static irq_handler_t phy_interrupts[HISI_SAS_PHY_INT_NR] = {
1633 idx = i * HISI_SAS_PHY_INT_NR; in interrupt_init_v1_hw()
1634 for (j = 0; j < HISI_SAS_PHY_INT_NR; j++, idx++) { in interrupt_init_v1_hw()
1649 idx = hisi_hba->n_phy * HISI_SAS_PHY_INT_NR; in interrupt_init_v1_hw()
1664 idx = (hisi_hba->n_phy * HISI_SAS_PHY_INT_NR) + hisi_hba->queue_count; in interrupt_init_v1_hw()
H A Dhisi_sas_v2_hw.c569 HISI_SAS_PHY_INT_NR enumerator
3291 static irq_handler_t phy_interrupts[HISI_SAS_PHY_INT_NR] = {
3334 for (i = 0; i < HISI_SAS_PHY_INT_NR; i++) { in interrupt_init_v2_hw()