Home
last modified time | relevance | path

Searched refs:arr_port (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/mvsas/
Dmv_init.c444 struct asd_sas_port **arr_port; in mvs_prep_sas_ha_init() local
453 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in mvs_prep_sas_ha_init()
454 if (!arr_phy || !arr_port) in mvs_prep_sas_ha_init()
458 sha->sas_port = arr_port; in mvs_prep_sas_ha_init()
476 kfree(arr_port); in mvs_prep_sas_ha_init()
/linux-4.1.27/drivers/scsi/pm8001/
Dpm8001_init.c544 struct asd_sas_port **arr_port; in pm8001_prep_sas_ha_init() local
553 arr_port = kcalloc(port_nr, sizeof(void *), GFP_KERNEL); in pm8001_prep_sas_ha_init()
554 if (!arr_port) in pm8001_prep_sas_ha_init()
558 sha->sas_port = arr_port; in pm8001_prep_sas_ha_init()
573 kfree(arr_port); in pm8001_prep_sas_ha_init()