Searched refs:arr_phy (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/scsi/mvsas/ |
D | mv_init.c | 406 struct asd_sas_phy **arr_phy; in mvs_prep_sas_ha_init() local 415 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init() 417 if (!arr_phy || !arr_port) in mvs_prep_sas_ha_init() 420 sha->sas_phy = arr_phy; in mvs_prep_sas_ha_init() 438 kfree(arr_phy); in mvs_prep_sas_ha_init()
|
/Linux-v6.1/drivers/scsi/pm8001/ |
D | pm8001_init.c | 603 struct asd_sas_phy **arr_phy; in pm8001_prep_sas_ha_init() local 610 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); in pm8001_prep_sas_ha_init() 611 if (!arr_phy) in pm8001_prep_sas_ha_init() 617 sha->sas_phy = arr_phy; in pm8001_prep_sas_ha_init() 631 kfree(arr_phy); in pm8001_prep_sas_ha_init()
|
/Linux-v6.1/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 2414 struct asd_sas_phy **arr_phy; in hisi_sas_probe() local 2429 arr_phy = devm_kcalloc(dev, phy_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_probe() 2431 if (!arr_phy || !arr_port) { in hisi_sas_probe() 2436 sha->sas_phy = arr_phy; in hisi_sas_probe()
|
D | hisi_sas_v3_hw.c | 4755 struct asd_sas_phy **arr_phy; in hisi_sas_v3_probe() local 4796 arr_phy = devm_kcalloc(dev, phy_nr, sizeof(void *), GFP_KERNEL); in hisi_sas_v3_probe() 4798 if (!arr_phy || !arr_port) { in hisi_sas_v3_probe() 4803 sha->sas_phy = arr_phy; in hisi_sas_v3_probe()
|