Home
last modified time | relevance | path

Searched refs:HISI_SAS_MAX_PHYS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas.h30 #define HISI_SAS_MAX_PHYS 9 macro
298 struct hisi_sas_phy phy[HISI_SAS_MAX_PHYS];
299 struct hisi_sas_port port[HISI_SAS_MAX_PHYS];
Dhisi_sas_v1_hw.c411 #define HISI_SAS_PHY_MAX_INT_NR (HISI_SAS_PHY_INT_NR * HISI_SAS_MAX_PHYS)
Dhisi_sas_main.c2107 s = sizeof(struct hisi_sas_initial_fis) * HISI_SAS_MAX_PHYS; in hisi_sas_alloc()