Searched refs:arr_phy (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/mvsas/
H A Dmv_init.c443 struct asd_sas_phy **arr_phy; mvs_prep_sas_ha_init() local
452 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); mvs_prep_sas_ha_init()
454 if (!arr_phy || !arr_port) mvs_prep_sas_ha_init()
457 sha->sas_phy = arr_phy; mvs_prep_sas_ha_init()
475 kfree(arr_phy); mvs_prep_sas_ha_init()
/linux-4.1.27/drivers/scsi/pm8001/
H A Dpm8001_init.c543 struct asd_sas_phy **arr_phy; pm8001_prep_sas_ha_init() local
550 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); pm8001_prep_sas_ha_init()
551 if (!arr_phy) pm8001_prep_sas_ha_init()
557 sha->sas_phy = arr_phy; pm8001_prep_sas_ha_init()
575 kfree(arr_phy); pm8001_prep_sas_ha_init()

Completed in 135 milliseconds