Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas.h27 #define HISI_SAS_MAX_PHYS 9 macro
362 struct hisi_sas_phy phy[HISI_SAS_MAX_PHYS];
363 struct hisi_sas_port port[HISI_SAS_MAX_PHYS];
406 u32 *debugfs_port_reg[HISI_SAS_MAX_PHYS];
Dhisi_sas_v1_hw.c404 #define HISI_SAS_PHY_MAX_INT_NR (HISI_SAS_PHY_INT_NR * HISI_SAS_MAX_PHYS)
Dhisi_sas_main.c2414 s = sizeof(struct hisi_sas_initial_fis) * HISI_SAS_MAX_PHYS; in hisi_sas_alloc()