Home
last modified time | relevance | path

Searched refs:phy_nr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_init.c400 int phy_nr, port_nr; unsigned short core_nr; in mvs_prep_sas_ha_init() local
406 phy_nr = core_nr * chip_info->n_phy; in mvs_prep_sas_ha_init()
407 port_nr = phy_nr; in mvs_prep_sas_ha_init()
410 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c593 int phy_nr, port_nr; in pm8001_prep_sas_ha_init() local
598 phy_nr = chip_info->n_phy; in pm8001_prep_sas_ha_init()
599 port_nr = phy_nr; in pm8001_prep_sas_ha_init()
601 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); in pm8001_prep_sas_ha_init()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2497 int rc, phy_nr, port_nr, i; in hisi_sas_probe() local
2507 phy_nr = port_nr = hisi_hba->n_phy; in hisi_sas_probe()
2509 arr_phy = devm_kcalloc(dev, phy_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_probe()
H A Dhisi_sas_v3_hw.c4966 int rc, phy_nr, port_nr, i; in hisi_sas_v3_probe() local
5002 phy_nr = port_nr = hisi_hba->n_phy; in hisi_sas_v3_probe()
5004 arr_phy = devm_kcalloc(dev, phy_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_v3_probe()