Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c309 HISI_SAS_PHY_INT_NR enumerator
411 #define HISI_SAS_PHY_MAX_INT_NR (HISI_SAS_PHY_INT_NR * HISI_SAS_MAX_PHYS)
1675 static irq_handler_t phy_interrupts[HISI_SAS_PHY_INT_NR] = {
1695 idx = i * HISI_SAS_PHY_INT_NR; in interrupt_init_v1_hw()
1696 for (j = 0; j < HISI_SAS_PHY_INT_NR; j++, idx++) { in interrupt_init_v1_hw()
1716 idx = hisi_hba->n_phy * HISI_SAS_PHY_INT_NR; in interrupt_init_v1_hw()
1734 idx = (hisi_hba->n_phy * HISI_SAS_PHY_INT_NR) + hisi_hba->queue_count; in interrupt_init_v1_hw()
Dhisi_sas_v2_hw.c574 HISI_SAS_PHY_INT_NR enumerator
3304 static irq_handler_t phy_interrupts[HISI_SAS_PHY_INT_NR] = {
3328 for (i = 0; i < HISI_SAS_PHY_INT_NR; i++) { in interrupt_init_v2_hw()