arr_phy 2616 drivers/scsi/hisi_sas/hisi_sas_main.c struct asd_sas_phy **arr_phy; arr_phy 2631 drivers/scsi/hisi_sas/hisi_sas_main.c arr_phy = devm_kcalloc(dev, phy_nr, sizeof(void *), GFP_KERNEL); arr_phy 2633 drivers/scsi/hisi_sas/hisi_sas_main.c if (!arr_phy || !arr_port) { arr_phy 2638 drivers/scsi/hisi_sas/hisi_sas_main.c sha->sas_phy = arr_phy; arr_phy 3157 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c struct asd_sas_phy **arr_phy; arr_phy 3200 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c arr_phy = devm_kcalloc(dev, phy_nr, sizeof(void *), GFP_KERNEL); arr_phy 3202 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c if (!arr_phy || !arr_port) { arr_phy 3207 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c sha->sas_phy = arr_phy; arr_phy 406 drivers/scsi/mvsas/mv_init.c struct asd_sas_phy **arr_phy; arr_phy 415 drivers/scsi/mvsas/mv_init.c arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); arr_phy 417 drivers/scsi/mvsas/mv_init.c if (!arr_phy || !arr_port) arr_phy 420 drivers/scsi/mvsas/mv_init.c sha->sas_phy = arr_phy; arr_phy 438 drivers/scsi/mvsas/mv_init.c kfree(arr_phy); arr_phy 522 drivers/scsi/pm8001/pm8001_init.c struct asd_sas_phy **arr_phy; arr_phy 529 drivers/scsi/pm8001/pm8001_init.c arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL); arr_phy 530 drivers/scsi/pm8001/pm8001_init.c if (!arr_phy) arr_phy 536 drivers/scsi/pm8001/pm8001_init.c sha->sas_phy = arr_phy; arr_phy 554 drivers/scsi/pm8001/pm8001_init.c kfree(arr_phy);